mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03: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.minimumHeight: parent.height - root.reservedSpaceForLabel
|
||||||
Layout.preferredHeight: Layout.minimumHeight
|
Layout.preferredHeight: Layout.minimumHeight
|
||||||
|
|
||||||
|
usesPlasmaTheme: false
|
||||||
source: modelData ? modelData.ApplicationIconRole : ""
|
source: modelData ? modelData.ApplicationIconRole : ""
|
||||||
Behavior on scale {
|
Behavior on scale {
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
|
|
|
||||||
|
|
@ -95,6 +95,7 @@ Item {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: Math.min(parent.width, parent.height) / 2
|
width: Math.min(parent.width, parent.height) / 2
|
||||||
height: width
|
height: width
|
||||||
|
usesPlasmaTheme: false
|
||||||
source: model.decoration
|
source: model.decoration
|
||||||
}
|
}
|
||||||
PlasmaComponents.Label {
|
PlasmaComponents.Label {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue