mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +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 {
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
bottom: parent.bottom
|
||||
bottomMargin: Kirigami.Units.smallSpacing
|
||||
bottomMargin: -Kirigami.Units.smallSpacing
|
||||
}
|
||||
visible: root.application.running
|
||||
radius: width
|
||||
|
|
|
|||
Loading…
Reference in a new issue