diff --git a/containments/desktop/package/contents/ui/ActionButton.qml b/containments/desktop/package/contents/ui/ActionButton.qml index f8878da027b16ec4b234aee216deb87a8bf224cb..ddb30a0c358f52b85143eedd170f868af68756a8 100644 --- a/containments/desktop/package/contents/ui/ActionButton.qml +++ b/containments/desktop/package/contents/ui/ActionButton.qml @@ -50,11 +50,9 @@ PC3.ToolButton { PlasmaCore.SvgItem { id: icon - Layout.preferredWidth: PlasmaCore.Units.iconSizes.small + Layout.preferredWidth: PlasmaCore.Units.roundToIconSize(button.iconSize) Layout.preferredHeight: Layout.preferredWidth Layout.alignment: Qt.AlignHCenter - width: iconSize - height: iconSize svg: button.svg }