mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
Move Sidebar so it is on top of everything else
This fixes an issue where the tooltip would be displayed below the layer view slider. Additional fix for Asana issue 39
This commit is contained in:
parent
1471a6815f
commit
0885d1433d
1 changed files with 17 additions and 17 deletions
|
@ -144,23 +144,6 @@ UM.MainWindow {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Sidebar {
|
|
||||||
id: sidebar;
|
|
||||||
|
|
||||||
anchors {
|
|
||||||
top: parent.top;
|
|
||||||
bottom: parent.bottom;
|
|
||||||
right: parent.right;
|
|
||||||
rightMargin: UM.Theme.sizes.window_margin.width;
|
|
||||||
}
|
|
||||||
|
|
||||||
width: UM.Theme.sizes.panel.width;
|
|
||||||
|
|
||||||
addMachineAction: actions.addMachine;
|
|
||||||
configureMachinesAction: actions.configureMachines;
|
|
||||||
saveAction: actions.save;
|
|
||||||
}
|
|
||||||
|
|
||||||
UM.MessageStack {
|
UM.MessageStack {
|
||||||
anchors {
|
anchors {
|
||||||
left: toolbar.right;
|
left: toolbar.right;
|
||||||
|
@ -265,6 +248,23 @@ UM.MainWindow {
|
||||||
bottomMargin: UM.Theme.sizes.window_margin.height;
|
bottomMargin: UM.Theme.sizes.window_margin.height;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Sidebar {
|
||||||
|
id: sidebar;
|
||||||
|
|
||||||
|
anchors {
|
||||||
|
top: parent.top;
|
||||||
|
bottom: parent.bottom;
|
||||||
|
right: parent.right;
|
||||||
|
rightMargin: UM.Theme.sizes.window_margin.width;
|
||||||
|
}
|
||||||
|
|
||||||
|
width: UM.Theme.sizes.panel.width;
|
||||||
|
|
||||||
|
addMachineAction: actions.addMachine;
|
||||||
|
configureMachinesAction: actions.configureMachines;
|
||||||
|
saveAction: actions.save;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue