mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +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 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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue