mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-07-26 14:24:45 +00:00
homescreens/folio: Fix running app indicator position
This commit is contained in:
parent
a3cd470efc
commit
da85481f49
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ AbstractDelegate {
|
||||||
anchors {
|
anchors {
|
||||||
horizontalCenter: parent.horizontalCenter
|
horizontalCenter: parent.horizontalCenter
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
bottomMargin: Kirigami.Units.smallSpacing
|
bottomMargin: -Kirigami.Units.smallSpacing
|
||||||
}
|
}
|
||||||
visible: root.application.running
|
visible: root.application.running
|
||||||
radius: width
|
radius: width
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue