mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Ensure toolbar z-order is always below windows
This commit is contained in:
parent
06071c6493
commit
72b264dcde
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ FocusScope {
|
|||
readonly property alias zLevels: zLevels
|
||||
QtObject {
|
||||
id: zLevels;
|
||||
readonly property real normal: 0
|
||||
readonly property real normal: 1 // make windows always appear higher than QML overlays and other non-window controls.
|
||||
readonly property real top: 2000
|
||||
readonly property real modal: 4000
|
||||
readonly property real menu: 8000
|
||||
|
|
Loading…
Reference in a new issue