Prevent HDrawer from being in front of an HPopup
This commit is contained in:
parent
d56b590edc
commit
1c7015bbd2
|
@ -7,6 +7,10 @@ Drawer {
|
||||||
implicitWidth: horizontal ? calculatedSize : parent.width
|
implicitWidth: horizontal ? calculatedSize : parent.width
|
||||||
implicitHeight: vertical ? calculatedSize : parent.height
|
implicitHeight: vertical ? calculatedSize : parent.height
|
||||||
|
|
||||||
|
// Prevents this: open a popup, make the window small enough for the
|
||||||
|
// drawer to collapse, then make it big again → popup is now behind drawer
|
||||||
|
z: -1
|
||||||
|
|
||||||
topPadding: 0
|
topPadding: 0
|
||||||
bottomPadding: 0
|
bottomPadding: 0
|
||||||
leftPadding: 0
|
leftPadding: 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user