mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 22:53:09 +00:00
smaller icons
This commit is contained in:
parent
79c177f94c
commit
e03fde87af
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ RowLayout {
|
|||
spacing: units.smallSpacing
|
||||
implicitWidth: flow.width / 2 - units.largeSpacing / 2
|
||||
Rectangle {
|
||||
Layout.minimumWidth: units.iconSizes.large
|
||||
Layout.minimumWidth: units.iconSizes.medium
|
||||
Layout.minimumHeight: width
|
||||
color: toggled ?
|
||||
Qt.rgba(PlasmaCore.ColorScope.highlightColor.r, PlasmaCore.ColorScope.highlightColor.g, PlasmaCore.ColorScope.highlightColor.b, iconMouseArea.pressed ? 0.5 : 0.3) :
|
||||
|
|
|
|||
Loading…
Reference in a new issue