mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 15:07:25 -04:00
CheckBox: fix word wrap on windows (Qt 5.13.2)
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user