Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2022-07-05 14:43:20 +0300
committerJaime van Kessel <nallath@gmail.com>2022-07-05 14:43:20 +0300
commitbafffa994c5b8e0bf0782a0d177456bc26b58560 (patch)
treec39449d6e2efb29769fa1d1bbbbeef74ffe1174c /resources/qml/Cura.qml
parentf4c21631ed5e3604a2e53d02c99fccf458319bce (diff)
Fix toolbar being drawn over monitor page
CURA-9401
Diffstat (limited to 'resources/qml/Cura.qml')
-rw-r--r--resources/qml/Cura.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml
index d22e5a1526..2ec342f502 100644
--- a/resources/qml/Cura.qml
+++ b/resources/qml/Cura.qml
@@ -311,8 +311,6 @@ UM.MainWindow
property int mouseY: base.mouseY
property bool tallerThanParent: height > parent.height
- z: 1 // Ensure toolbar and toolpanels are drawn on top
-
anchors
{
verticalCenter: tallerThanParent ? undefined : parent.verticalCenter