mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-28 22:53:09 +00:00
parent
af8a4b506a
commit
423aeebc55
2 changed files with 2 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ ContainmentLayoutManager.ItemContainer {
|
|||
Layout.minimumHeight: parent.height - root.reservedSpaceForLabel
|
||||
Layout.preferredHeight: Layout.minimumHeight
|
||||
|
||||
usesPlasmaTheme: false
|
||||
source: modelData ? modelData.ApplicationIconRole : ""
|
||||
Behavior on scale {
|
||||
NumberAnimation {
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ Item {
|
|||
anchors.centerIn: parent
|
||||
width: Math.min(parent.width, parent.height) / 2
|
||||
height: width
|
||||
usesPlasmaTheme: false
|
||||
source: model.decoration
|
||||
}
|
||||
PlasmaComponents.Label {
|
||||
|
|
|
|||
Loading…
Reference in a new issue