diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-12-07 17:33:46 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:01 +0100 |
| commit | 868fbe2f2d19681c84c432b472e86328c7c6e61d (patch) | |
| tree | 386d8186d5ce2a86223fadf0f33863b32a5a27b8 /components/TextBlock.qml | |
| parent | 22792df5cdafec98da0a6045ee7c0f81ebed5ce2 (diff) | |
| download | monzero-gui-868fbe2f2d19681c84c432b472e86328c7c6e61d.tar.gz monzero-gui-868fbe2f2d19681c84c432b472e86328c7c6e61d.tar.xz monzero-gui-868fbe2f2d19681c84c432b472e86328c7c6e61d.zip | |
Move default font color to Style.qml
Diffstat (limited to 'components/TextBlock.qml')
| -rw-r--r-- | components/TextBlock.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/TextBlock.qml b/components/TextBlock.qml index 684b6240..875a4bf7 100644 --- a/components/TextBlock.qml +++ b/components/TextBlock.qml @@ -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 |
