fix(StatusRadioButton): enable word wrapping
This commit is contained in:
parent
c81dfdc7c7
commit
abcc408b70
|
@ -49,5 +49,6 @@ RadioButton {
|
|||
leftPadding: root.indicator && !root.mirrored ? root.indicator.width + root.spacing : 0
|
||||
rightPadding: root.indicator && root.mirrored ? root.indicator.width + root.spacing : 0
|
||||
visible: !!text
|
||||
wrapMode: Text.Wrap
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue