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") source: UM.Theme.getImage("avatar_default")
fillMode: Image.PreserveAspectCrop fillMode: Image.PreserveAspectCrop
visible: false visible: false
mipmap: true mipmap: true
} }
Rectangle Rectangle

View File

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