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