mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
removes the unnecessary 'z' attribute
CURA-11700
This commit is contained in:
parent
37dc9e5dcb
commit
eac2d3b173
1 changed files with 1 additions and 5 deletions
|
@ -15,11 +15,7 @@ Item
|
||||||
property Component content: Item { visible: false }
|
property Component content: Item { visible: false }
|
||||||
|
|
||||||
property alias comboboxTitle: comboboxLabel.text
|
property alias comboboxTitle: comboboxLabel.text
|
||||||
property Component combobox: Item
|
property Component combobox: Item { visible: false }
|
||||||
{
|
|
||||||
z: -1
|
|
||||||
visible: false
|
|
||||||
}
|
|
||||||
property string comboboxTooltipText: ""
|
property string comboboxTooltipText: ""
|
||||||
property bool comboboxVisible: false
|
property bool comboboxVisible: false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue