mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
bigger config icon
This commit is contained in:
parent
843b01508f
commit
93ee01c36e
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue