Fix multi-buildplate panel location

CURA-5772
This commit is contained in:
Jaime van Kessel 2018-11-06 09:52:01 +01:00
parent 08917c37a1
commit 317447aa54
2 changed files with 4 additions and 3 deletions

View File

@ -24,7 +24,7 @@ Item
source: UM.Theme.getImage("avatar_default")
fillMode: Image.PreserveAspectCrop
visible: false
mipmap: true
mipmap: true
}
Rectangle

View File

@ -212,8 +212,9 @@ UM.MainWindow
visible: UM.Preferences.getValue("cura/use_multi_build_plate")
anchors
{
bottom: parent.bottom
left: parent.left
bottom: viewOrientationControls.top
left: toolbar.right
margins: UM.Theme.getSize("default_margin").width
}
}