Remove unnecessary visibles

CURA-5941

Because the parent Rows already have it set.
This commit is contained in:
Lipu Fei 2018-12-07 10:55:20 +01:00
parent 3b8b70bddf
commit 677edd51ee

View file

@ -151,7 +151,6 @@ Item
color: UM.Theme.getColor("text")
height: parent.height
width: selectors.textWidth
visible: extrudersModel.count > 1
renderType: Text.NativeRendering
}
@ -189,7 +188,6 @@ Item
color: UM.Theme.getColor("text")
height: parent.height
width: selectors.textWidth
visible: materialSelection.visible
renderType: Text.NativeRendering
}
@ -228,7 +226,6 @@ Item
color: UM.Theme.getColor("text")
height: parent.height
width: selectors.textWidth
visible: variantSelection.visible
renderType: Text.NativeRendering
}