mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
ensure the top quicksettings is always on top of the second row
This commit is contained in:
parent
acc49da907
commit
902eed0258
1 changed files with 1 additions and 0 deletions
|
|
@ -179,6 +179,7 @@ NanoShell.FullScreenOverlay {
|
|||
}
|
||||
MouseArea {
|
||||
id: dismissArea
|
||||
z: 2
|
||||
width: parent.width
|
||||
height: mainFlickable.contentHeight
|
||||
onClicked: window.close();
|
||||
|
|
|
|||
Loading…
Reference in a new issue