mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-23 03:04:54 +00:00
Merge pull request #2707
266b1f1
CheckBox: fix word wrap on windows (Qt 5.13.2) (selsta)
This commit is contained in:
commit
0009a886fe
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ Item {
|
||||||
font.pixelSize: checkBox.fontSize
|
font.pixelSize: checkBox.fontSize
|
||||||
color: MoneroComponents.Style.defaultFontColor
|
color: MoneroComponents.Style.defaultFontColor
|
||||||
textFormat: Text.RichText
|
textFormat: Text.RichText
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.NoWrap
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue