SettingsLog: don't assign color to font family

This commit is contained in:
selsta 2020-04-21 20:02:23 +02:00
parent a75a0fb8c5
commit 50767570f0
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

@ -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