ensure the top quicksettings is always on top of the second row

This commit is contained in:
Marco Martin 2019-10-11 10:59:32 +02:00
parent acc49da907
commit 902eed0258

View file

@ -179,6 +179,7 @@ NanoShell.FullScreenOverlay {
}
MouseArea {
id: dismissArea
z: 2
width: parent.width
height: mainFlickable.contentHeight
onClicked: window.close();