mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
SettingsLog: don't assign color to font family
This commit is contained in:
parent
a75a0fb8c5
commit
50767570f0
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ Rectangle {
|
|||
textFormat: TextEdit.RichText
|
||||
selectByMouse: true
|
||||
selectByKeyboard: true
|
||||
font.family: MoneroComponents.Style.defaultFontColor
|
||||
font.family: MoneroComponents.Style.fontRegular.name
|
||||
font.pixelSize: 14
|
||||
wrapMode: TextEdit.Wrap
|
||||
readOnly: true
|
||||
|
|
Loading…
Reference in a new issue