Set the Z of the machine selector so the tooltip doesn't get hidden

CURA-5772
This commit is contained in:
Jaime van Kessel 2018-11-02 13:37:57 +01:00
parent dcad95aab9
commit 300d109cfe

View file

@ -45,6 +45,7 @@ Item
id: machineSelection
width: UM.Theme.getSize("machine_selector_widget").width - configSelection.width
height: prepareMenu.height
z: openFileButton.z - 1
}
Cura.QuickConfigurationSelector