mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 22:53:09 +00:00
big square icons
This commit is contained in:
parent
15e4468834
commit
e776e107ae
1 changed files with 2 additions and 1 deletions
|
|
@ -62,7 +62,8 @@ Item {
|
|||
opacity: 0.8
|
||||
PlasmaCore.IconItem {
|
||||
anchors.centerIn: parent
|
||||
width: Math.min(parent.width, parent.height)
|
||||
width: Math.min(parent.width, parent.height) / 2
|
||||
height: width
|
||||
source: model.DecorationRole
|
||||
}
|
||||
PlasmaComponents.Label {
|
||||
|
|
|
|||
Loading…
Reference in a new issue