removes the unnecessary 'z' attribute

CURA-11700
This commit is contained in:
Saumya Jain 2024-03-18 14:51:55 +01:00
parent 37dc9e5dcb
commit eac2d3b173

View file

@ -15,11 +15,7 @@ Item
property Component content: Item { visible: false }
property alias comboboxTitle: comboboxLabel.text
property Component combobox: Item
{
z: -1
visible: false
}
property Component combobox: Item { visible: false }
property string comboboxTooltipText: ""
property bool comboboxVisible: false