Use standard icon sizes

BUG: 336326

iconSize.small/2 is really wrong. If we randomly scale things what's the
point of having an iconSize property in the first place.
wilder-5.14
David Edmundson 12 years ago
parent 0535589e11
commit 1f4e72e618
  1. 2
      applets/systemtray/package/contents/ui/ExpandedRepresentation.qml

@ -192,7 +192,7 @@ Item {
PlasmaCore.IconItem {
anchors.centerIn: parent
source: pin.checked ? "window-unpin" : "window-pin"
width: units.iconSizes.small / 2
width: units.iconSizes.small
height: width
active: pin.containsMouse
}

Loading…
Cancel
Save