From b735d46e9016581ff3452321805d9ca4f81e01a8 Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Mon, 5 Sep 2016 20:35:20 +0200 Subject: [PATCH] Show sidebar tooltips above messagestack --- resources/qml/Cura.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 34dbcf1b67..42c2ad9cf4 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -346,6 +346,7 @@ UM.MainWindow bottom: parent.bottom; right: parent.right; } + z: 1 onMonitoringPrintChanged: base.monitoringPrint = monitoringPrint width: UM.Theme.getSize("sidebar").width; }