Move MessageStack back to bottom until we can relocate the messages that make it obtrusive

This commit is contained in:
fieldOfView 2015-12-18 13:46:54 +01:00
parent ea7f47c487
commit 5ec00b2f6d

View File

@ -327,7 +327,8 @@ UM.MainWindow
{
horizontalCenter: parent.horizontalCenter
horizontalCenterOffset: -(UM.Theme.sizes.sidebar.width/ 2)
verticalCenter: parent.verticalCenter;
top: parent.verticalCenter;
bottom: parent.bottom;
}
}