mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 00:47:22 +00:00
Keep wallpaper selector drawer below the status bar
Pass topMargin to the WallpaperSelector in landscape/horizontal mode so the drawer does not overlap the top status bar.
This commit is contained in:
parent
b0438bdf48
commit
c2f4c8ad88
1 changed files with 1 additions and 0 deletions
|
|
@ -924,6 +924,7 @@ ContainmentItem {
|
|||
maskManager: root.frontMaskManager
|
||||
horizontal: root.width > root.height
|
||||
edge: horizontal ? Qt.LeftEdge : Qt.BottomEdge
|
||||
topMargin: horizontal ? folioHomeScreen.topMargin : 0
|
||||
bottomMargin: horizontal ? 0 : folioHomeScreen.bottomMargin
|
||||
leftMargin: horizontal ? folioHomeScreen.leftMargin : 0
|
||||
rightMargin: horizontal ? folioHomeScreen.rightMargin : 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue