aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2018-04-21 13:17:53 +0200
committerSander Ferdinand <sa.ferdinand@gmail.com>2018-04-28 03:28:05 +0200
commitb8466739f95348165a6ca012cc60bc252624a107 (patch)
tree8f3c5ffa75463226e6773358276b8bcbe8aedee7 /components
parent9f0d771f4079ba6c6b5e75687a0c87ba0062cee4 (diff)
downloadmonzero-gui-b8466739f95348165a6ca012cc60bc252624a107.tar.gz
monzero-gui-b8466739f95348165a6ca012cc60bc252624a107.tar.xz
monzero-gui-b8466739f95348165a6ca012cc60bc252624a107.zip
Reformat Settings->Debug Info
Diffstat (limited to 'components')
-rw-r--r--components/TextBlock.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/TextBlock.qml b/components/TextBlock.qml
index e06c6ae9..aec20892 100644
--- a/components/TextBlock.qml
+++ b/components/TextBlock.qml
@@ -5,6 +5,7 @@ import "../components" as MoneroComponents
TextEdit {
color: MoneroComponents.Style.defaultFontColor
font.family: MoneroComponents.Style.fontRegular.name
+ selectionColor: MoneroComponents.Style.dimmedFontColor
wrapMode: Text.Wrap
readOnly: true
selectByMouse: true