Comment 6 for bug 1194513

Revision history for this message
Zsombor Egri (zsombi) wrote :

As we discussed, this is not a common use case, so you can have something like

Column {
    width: set_to_a_something_or_anchored
    Button {}
    Label {
        width: parent.width
        wrap: Text.Wrap
    }
}