mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 16:45:56 +08:00
Fix multi-buildplate panel location
CURA-5772
This commit is contained in:
parent
08917c37a1
commit
317447aa54
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user