CheckBox: fix word wrap on windows (Qt 5.13.2)

This commit is contained in:
sebseb7 2020-01-08 21:38:57 +01:00 committed by selsta
parent 43f378b7d2
commit 266b1f167d
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

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