mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-03 15:51:12 -07:00
CURA-4525 automatic build plate menu items using BuildPlateModel
This commit is contained in:
parent
97f61366a8
commit
bd8aa8d989
12 changed files with 131 additions and 152 deletions
|
|
@ -324,6 +324,7 @@ UM.MainWindow
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Button
|
||||
{
|
||||
id: openFileButton;
|
||||
|
|
@ -339,17 +340,19 @@ UM.MainWindow
|
|||
}
|
||||
action: Cura.Actions.open;
|
||||
}
|
||||
*/
|
||||
|
||||
Button
|
||||
{
|
||||
id: objectsButton;
|
||||
text: catalog.i18nc("@action:button","Objects");
|
||||
iconSource: UM.Theme.getIcon("load")
|
||||
iconSource: UM.Theme.getIcon("plus")
|
||||
style: UM.Theme.styles.tool_button
|
||||
tooltip: '';
|
||||
anchors
|
||||
{
|
||||
top: openFileButton.bottom;
|
||||
top: topbar.bottom;
|
||||
//top: openFileButton.bottom;
|
||||
topMargin: UM.Theme.getSize("default_margin").height;
|
||||
left: parent.left;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue