mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 15:25:02 +08: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
@ -38,7 +38,7 @@ Window
|
||||
{
|
||||
id: mainView
|
||||
width: parent.width
|
||||
z: -1
|
||||
z: parent.z - 1
|
||||
anchors
|
||||
{
|
||||
top: header.bottom
|
||||
|
Loading…
x
Reference in New Issue
Block a user