Skip to content

Commit

Permalink
Update FluMultilineTextBox.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetandezeiraud committed Nov 16, 2024
1 parent 7672fb3 commit f753160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Qt6/imports/FluentUI/Controls/FluMultilineTextBox.qml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TextArea{
return normalColor
}
font:FluTextStyle.Body
wrapMode: Text.WrapAnywhere
wrapMode: Text.WordWrap
padding: 8
leftPadding: padding+4
renderType: FluTheme.nativeText ? Text.NativeRendering : Text.QtRendering
Expand Down

0 comments on commit f753160

Please sign in to comment.