From b799acafabfc4ac42ba2ee619bc659667abd32aa Mon Sep 17 00:00:00 2001 From: Tamara Hogenhout Date: Wed, 19 Aug 2015 12:18:01 +0200 Subject: [PATCH] 15.10 Re-alignment of the messagestack Contributes to: issue CURA-60 --- resources/qml/Cura.qml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/resources/qml/Cura.qml b/resources/qml/Cura.qml index 4cc7e34b6f..f01c3989b9 100644 --- a/resources/qml/Cura.qml +++ b/resources/qml/Cura.qml @@ -212,11 +212,8 @@ UM.MainWindow { UM.MessageStack { anchors { - left: toolbar.right; - leftMargin: UM.Theme.sizes.window_margin.width; - right: sidebar.left; - rightMargin: UM.Theme.sizes.window_margin.width; - top: parent.verticalCenter; + horizontalCenter: parent.horizontalCenter + horizontalCenterOffset: -(UM.Theme.sizes.logo.width/ 2) bottom: parent.bottom; } }