mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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:
parent
3829eb0905
commit
7b030a8235
9 changed files with 104 additions and 429 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue