mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 20:25:55 +08:00
Fix multi-buildplate panel location
CURA-5772
This commit is contained in:
parent
08917c37a1
commit
317447aa54
@ -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
|
||||||
|
@ -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