CheckBox: fix word wrap on windows (Qt 5.13.2)

pull/2/head
sebseb7 4 years ago committed by selsta
parent 43f378b7d2
commit 266b1f167d
Signed by untrusted user: selsta
GPG Key ID: 2EA0A99A8B07AE5E

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