mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Move machine selector to own component & new location
This also simplifies & cleans up the actually used QML CURA-5772
This commit is contained in:
parent
1ed3558b9a
commit
85436c1469
3 changed files with 60 additions and 35 deletions
|
@ -169,6 +169,14 @@ UM.MainWindow
|
|||
action: Cura.Actions.open
|
||||
}
|
||||
|
||||
MachineAndConfigurationSelector
|
||||
{
|
||||
anchors.left: openFileButton.right
|
||||
//anchors.right: sidebar.left
|
||||
anchors.leftMargin: UM.Theme.getSize("default_margin").height
|
||||
anchors.top: openFileButton.top
|
||||
}
|
||||
|
||||
Toolbar
|
||||
{
|
||||
id: toolbar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue