fix(StatusRadioButton): enable word wrapping

This commit is contained in:
Michał Cieślak 2023-08-30 10:01:13 +02:00 committed by Michał
parent c81dfdc7c7
commit abcc408b70
1 changed files with 1 additions and 0 deletions

View File

@ -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
}
}