-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.3, 5.0.0
-
None
-
Ubuntu
The qml code:
Column {
id: c2
spacing: 20 // Changing this changes the value of height
Text { text: "2.1 title"; visible: false}
Text { text: "2.2 title"; visible: false}
Text { text: "2.3 title"; visible: false}
}
results in c2 being of height -20. This certainly appears to be unexpected (one would expect 0).