mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 22:57:25 -04:00
Move default font color to Style.qml
This commit is contained in:
committed by
moneromooo-monero
parent
22792df5cd
commit
868fbe2f2d
@@ -1,6 +1,10 @@
|
||||
import QtQuick 2.0
|
||||
|
||||
import "." 1.0
|
||||
|
||||
TextEdit {
|
||||
color: Style.defaultFontColor
|
||||
font.family: Style.fontRegular.name
|
||||
wrapMode: Text.Wrap
|
||||
readOnly: true
|
||||
selectByMouse: true
|
||||
|
||||
Reference in New Issue
Block a user