Move the objectsList to the bottom

Now it appears as a panel that you can expand/collapse. For now the background is transparent waiting for the designs to be clear.
This commit is contained in:
Diego Prado Gesto 2019-03-03 20:10:14 +01:00
parent 3829eb0905
commit 7b030a8235
9 changed files with 104 additions and 429 deletions

View file

@ -209,15 +209,17 @@ UM.MainWindow
visible: CuraApplication.platformActivity && !PrintInformation.preSliced
}
ObjectsList
ObjectSelector
{
id: objectsList
visible: UM.Preferences.getValue("cura/use_multi_build_plate")
id: objectSelector
visible: CuraApplication.platformActivity
anchors
{
bottom: viewOrientationControls.top
bottom: jobSpecs.top
left: toolbar.right
margins: UM.Theme.getSize("default_margin").width
leftMargin: UM.Theme.getSize("default_margin").width
rightMargin: UM.Theme.getSize("default_margin").width
bottomMargin: UM.Theme.getSize("thin_margin").width
}
}
@ -227,10 +229,12 @@ UM.MainWindow
visible: CuraApplication.platformActivity
anchors
{
left: parent.left
left: toolbar.right
bottom: viewOrientationControls.top
margins: UM.Theme.getSize("default_margin").width
leftMargin: UM.Theme.getSize("default_margin").width
rightMargin: UM.Theme.getSize("default_margin").width
bottomMargin: UM.Theme.getSize("thin_margin").width
topMargin: UM.Theme.getSize("thin_margin").width
}
}
@ -240,7 +244,7 @@ UM.MainWindow
anchors
{
left: parent.left
left: toolbar.right
bottom: parent.bottom
margins: UM.Theme.getSize("default_margin").width
}