We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eedbd6d commit 488f733Copy full SHA for 488f733
core/Row.qml
@@ -52,6 +52,7 @@ Layout {
52
var update = this._scheduleLayout.bind(this)
53
child.onChanged('recursiveVisible', update)
54
child.onChanged('width', update)
55
+ child.onChanged('height', update)
56
child.on('anchorsMarginsUpdated', update)
57
this._scheduleLayout()
58
}
0 commit comments