[Media Controller] Round button size for play button

Might fix some rendering glitches we sometimes have
wilder-5.14
Kai Uwe Broulik 9 years ago
parent 0eab04a3b5
commit beb47e5e65
  1. 2
      applets/mediacontroller/contents/ui/ExpandedRepresentation.qml

@ -368,7 +368,7 @@ Item {
}
PlasmaComponents.ToolButton {
width: expandedRepresentation.controlSize * 1.5
width: Math.round(expandedRepresentation.controlSize * 1.5)
height: width
enabled: playerControls.enabled
iconSource: root.state == "playing" ? "media-playback-pause" : "media-playback-start"

Loading…
Cancel
Save