mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-02 16:54:23 +08: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
@ -327,7 +327,8 @@ UM.MainWindow
|
|||||||
{
|
{
|
||||||
horizontalCenter: parent.horizontalCenter
|
horizontalCenter: parent.horizontalCenter
|
||||||
horizontalCenterOffset: -(UM.Theme.sizes.sidebar.width/ 2)
|
horizontalCenterOffset: -(UM.Theme.sizes.sidebar.width/ 2)
|
||||||
verticalCenter: parent.verticalCenter;
|
top: parent.verticalCenter;
|
||||||
|
bottom: parent.bottom;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user