diff --git a/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml b/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml index 520c7c8b3..e926fadf5 100644 --- a/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml +++ b/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 }