Move 'Toolbar' lower: Toolpanels could be obscured by objects-info.

This commit is contained in:
Remco Burema 2020-01-14 12:45:11 +01:00
parent 4518132ffc
commit 3872e8ffa3
No known key found for this signature in database
GPG Key ID: 215C49431D43F98C

View File

@ -253,23 +253,6 @@ UM.MainWindow
} }
} }
Toolbar
{
// The toolbar is the left bar that is populated by all the tools (which are dynamicly populated by
// plugins)
id: toolbar
property int mouseX: base.mouseX
property int mouseY: base.mouseY
anchors
{
verticalCenter: parent.verticalCenter
left: parent.left
}
visible: CuraApplication.platformActivity && !PrintInformation.preSliced
}
ObjectSelector ObjectSelector
{ {
id: objectSelector id: objectSelector
@ -311,6 +294,23 @@ UM.MainWindow
} }
} }
Toolbar
{
// The toolbar is the left bar that is populated by all the tools (which are dynamicly populated by
// plugins)
id: toolbar
property int mouseX: base.mouseX
property int mouseY: base.mouseY
anchors
{
verticalCenter: parent.verticalCenter
left: parent.left
}
visible: CuraApplication.platformActivity && !PrintInformation.preSliced
}
// A hint for the loaded content view. Overlay items / controls can safely be placed in this area // A hint for the loaded content view. Overlay items / controls can safely be placed in this area
Item { Item {
id: mainSafeArea id: mainSafeArea