mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-02 03:06:26 +00:00
CheckBox: fix word wrap on windows (Qt 5.13.2)
This commit is contained in:
parent
43f378b7d2
commit
266b1f167d
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ Item {
|
|||
font.pixelSize: checkBox.fontSize
|
||||
color: MoneroComponents.Style.defaultFontColor
|
||||
textFormat: Text.RichText
|
||||
wrapMode: Text.Wrap
|
||||
wrapMode: Text.NoWrap
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue