mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 11:51:41 -07:00
Fix toolbar being drawn over monitor page
CURA-9401
This commit is contained in:
parent
f4c21631ed
commit
bafffa994c
1 changed files with 0 additions and 2 deletions
|
|
@ -311,8 +311,6 @@ UM.MainWindow
|
||||||
property int mouseY: base.mouseY
|
property int mouseY: base.mouseY
|
||||||
property bool tallerThanParent: height > parent.height
|
property bool tallerThanParent: height > parent.height
|
||||||
|
|
||||||
z: 1 // Ensure toolbar and toolpanels are drawn on top
|
|
||||||
|
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
verticalCenter: tallerThanParent ? undefined : parent.verticalCenter
|
verticalCenter: tallerThanParent ? undefined : parent.verticalCenter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue