mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Move 'Toolbar' lower: Toolpanels could be obscured by objects-info.
This commit is contained in:
parent
4518132ffc
commit
3872e8ffa3
1 changed files with 17 additions and 17 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue