mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Make Z relative
This way if we ever want to change the parent's Z for some other ordering requirements, the children will stay in order.
This commit is contained in:
parent
798c1f198c
commit
e15e06f29f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Window
|
||||||
{
|
{
|
||||||
id: mainView
|
id: mainView
|
||||||
width: parent.width
|
width: parent.width
|
||||||
z: -1
|
z: parent.z - 1
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
top: header.bottom
|
top: header.bottom
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue