mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-03 18:24:46 +00:00
proepr positioning of fav strip
This commit is contained in:
parent
8ece4519b1
commit
7c9dbf08f2
1 changed files with 1 additions and 6 deletions
|
|
@ -131,12 +131,7 @@ FocusScope {
|
||||||
|
|
||||||
Launcher.FavoriteStrip {
|
Launcher.FavoriteStrip {
|
||||||
id: favoriteStrip
|
id: favoriteStrip
|
||||||
anchors {
|
|
||||||
left: parent.left
|
|
||||||
right: parent.right
|
|
||||||
bottom: parent.bottom
|
|
||||||
bottomMargin: plasmoid.screenGeometry.height - plasmoid.availableScreenRect.height - plasmoid.availableScreenRect.y
|
|
||||||
}
|
|
||||||
appletsLayout: homeScreenContents.appletsLayout
|
appletsLayout: homeScreenContents.appletsLayout
|
||||||
|
|
||||||
visible: flow.children.length > 0 || launcherDragManager.active || homeScreenContents.containsDrag
|
visible: flow.children.length > 0 || launcherDragManager.active || homeScreenContents.containsDrag
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue