mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-04 02:34:45 +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 {
|
MouseArea {
|
||||||
id: dismissArea
|
id: dismissArea
|
||||||
|
z: 2
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: mainFlickable.contentHeight
|
height: mainFlickable.contentHeight
|
||||||
onClicked: window.close();
|
onClicked: window.close();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue