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:
Ghostkeeper 2019-01-03 16:04:17 +01:00
parent 798c1f198c
commit e15e06f29f
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276

View File

@ -38,7 +38,7 @@ Window
{
id: mainView
width: parent.width
z: -1
z: parent.z - 1
anchors
{
top: header.bottom