diff --git a/containments/homescreen/package/contents/ui/ActionButton.qml b/containments/homescreen/package/contents/ui/ActionButton.qml index a468bc44..a8799905 100644 --- a/containments/homescreen/package/contents/ui/ActionButton.qml +++ b/containments/homescreen/package/contents/ui/ActionButton.qml @@ -34,7 +34,7 @@ PlasmaCore.ToolTipArea { property alias elementId: icon.elementId property QtObject action property bool backgroundVisible: false - property int iconSize: 32 + property int iconSize: units.iconSizes.large property int pressedOffset: 1 property bool checked: false property bool toggle: false diff --git a/containments/homescreen/package/contents/ui/ConfigOverlay.qml b/containments/homescreen/package/contents/ui/ConfigOverlay.qml index ce717b53..695c4113 100644 --- a/containments/homescreen/package/contents/ui/ConfigOverlay.qml +++ b/containments/homescreen/package/contents/ui/ConfigOverlay.qml @@ -29,7 +29,7 @@ import org.kde.plasma.private.containmentlayoutmanager 1.0 as ContainmentLayoutM ContainmentLayoutManager.ConfigOverlayWithHandles { id: overlay - readonly property int iconSize: units.iconSizes.small + readonly property int iconSize: units.iconSizes.medium PlasmaCore.Svg { id: configIconsSvg imagePath: "widgets/configuration-icons"