aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-04-30 23:09:31 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-04-30 23:09:31 -0500
commitaa74e9e026903bd606e482fe7b6a216fc2f4b8b5 (patch)
tree9eca7b7734efce68a1818740fa8dac96dc54b6c2 /components
parent3c45dcca7a8bcacca0560977caabf4723f1ac0a1 (diff)
parentec640dcd1b29d7460973e96d9e59674614072fd2 (diff)
downloadmonzero-gui-aa74e9e026903bd606e482fe7b6a216fc2f4b8b5.tar.gz
monzero-gui-aa74e9e026903bd606e482fe7b6a216fc2f4b8b5.tar.xz
monzero-gui-aa74e9e026903bd606e482fe7b6a216fc2f4b8b5.zip
Merge pull request #1337
l33t b846673 Reformat Settings->Debug Info 170ddf1 Removes 'Daemon log path:' from the debug info 199aedf Dialog(s) for changing restore height ec640dc Cursor pointer on link hover
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