15.10 Re-alignment of the messagestack

Contributes to: issue CURA-60
This commit is contained in:
Tamara Hogenhout 2015-08-19 12:18:01 +02:00
parent 83426878d2
commit b799acafab

View file

@ -212,11 +212,8 @@ UM.MainWindow {
UM.MessageStack { UM.MessageStack {
anchors { anchors {
left: toolbar.right; horizontalCenter: parent.horizontalCenter
leftMargin: UM.Theme.sizes.window_margin.width; horizontalCenterOffset: -(UM.Theme.sizes.logo.width/ 2)
right: sidebar.left;
rightMargin: UM.Theme.sizes.window_margin.width;
top: parent.verticalCenter;
bottom: parent.bottom; bottom: parent.bottom;
} }
} }