Add documentation about qml z fix

Co-Authored-By: nallath <nallath@gmail.com>
This commit is contained in:
Ghostkeeper 2018-11-16 13:59:51 +01:00 committed by GitHub
parent bee563f01b
commit e3dd5f1c39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ Item
Cura.MachineSelector
{
id: machineSelection
z: openFileButtonBackground.z - 1
z: openFileButtonBackground.z - 1 //Ensure that the tooltip of the open file button stays above the item row.
Layout.minimumWidth: UM.Theme.getSize("machine_selector_widget").width
Layout.maximumWidth: UM.Theme.getSize("machine_selector_widget").width
Layout.fillWidth: true
@ -117,4 +117,4 @@ Item
}
}
}
}
}