mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 10:44:46 +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
|
opacity: 0.8
|
||||||
PlasmaCore.IconItem {
|
PlasmaCore.IconItem {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: Math.min(parent.width, parent.height)
|
width: Math.min(parent.width, parent.height) / 2
|
||||||
|
height: width
|
||||||
source: model.DecorationRole
|
source: model.DecorationRole
|
||||||
}
|
}
|
||||||
PlasmaComponents.Label {
|
PlasmaComponents.Label {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue