mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Move MessageStack back to bottom until we can relocate the messages that make it obtrusive
This commit is contained in:
parent
ea7f47c487
commit
5ec00b2f6d
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue