mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 09:39:00 +08:00
Add documentation about qml z fix
Co-Authored-By: nallath <nallath@gmail.com>
This commit is contained in:
parent
bee563f01b
commit
e3dd5f1c39
@ -52,7 +52,7 @@ Item
|
|||||||
Cura.MachineSelector
|
Cura.MachineSelector
|
||||||
{
|
{
|
||||||
id: machineSelection
|
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.minimumWidth: UM.Theme.getSize("machine_selector_widget").width
|
||||||
Layout.maximumWidth: UM.Theme.getSize("machine_selector_widget").width
|
Layout.maximumWidth: UM.Theme.getSize("machine_selector_widget").width
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user