Browse Source

Merge branch 'master' of https://github.com/Ultimaker/Cura

Jaime van Kessel 9 years ago
parent
commit
d7704a1ae5
1 changed files with 2 additions and 5 deletions
  1. 2 5
      resources/qml/Cura.qml

+ 2 - 5
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;
                 }
             }