Merge pull request #2707

266b1f1 CheckBox: fix word wrap on windows (Qt 5.13.2) (selsta)
This commit is contained in:
luigi1111 2020-01-22 17:25:52 -05:00
commit 0009a886fe
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -108,7 +108,7 @@ Item {
font.pixelSize: checkBox.fontSize
color: MoneroComponents.Style.defaultFontColor
textFormat: Text.RichText
wrapMode: Text.Wrap
wrapMode: Text.NoWrap
}
}