Move machine selector to own component & new location

This also simplifies & cleans up the actually used QML

CURA-5772
This commit is contained in:
Jaime van Kessel 2018-10-11 10:29:59 +02:00
parent 1ed3558b9a
commit 85436c1469
3 changed files with 60 additions and 35 deletions

View file

@ -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