bigger config icon

This commit is contained in:
Marco Martin 2019-09-10 12:09:50 +02:00
parent 843b01508f
commit 93ee01c36e
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ PlasmaCore.ToolTipArea {
property alias elementId: icon.elementId property alias elementId: icon.elementId
property QtObject action property QtObject action
property bool backgroundVisible: false property bool backgroundVisible: false
property int iconSize: 32 property int iconSize: units.iconSizes.large
property int pressedOffset: 1 property int pressedOffset: 1
property bool checked: false property bool checked: false
property bool toggle: false property bool toggle: false

View file

@ -29,7 +29,7 @@ import org.kde.plasma.private.containmentlayoutmanager 1.0 as ContainmentLayoutM
ContainmentLayoutManager.ConfigOverlayWithHandles { ContainmentLayoutManager.ConfigOverlayWithHandles {
id: overlay id: overlay
readonly property int iconSize: units.iconSizes.small readonly property int iconSize: units.iconSizes.medium
PlasmaCore.Svg { PlasmaCore.Svg {
id: configIconsSvg id: configIconsSvg
imagePath: "widgets/configuration-icons" imagePath: "widgets/configuration-icons"