Ensure toolbar z-order is always below windows

This commit is contained in:
Brad Davis 2016-01-27 16:30:15 -08:00
parent 06071c6493
commit 72b264dcde

View file

@ -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