aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorJonas Schnelli <jonas.schnelli@include7.ch>2015-03-14 12:39:44 +0100
committerJonas Schnelli <jonas.schnelli@include7.ch>2015-03-27 09:48:26 +0100
commitc8168331a259692d2a61faab647606c14f588dd9 (patch)
tree8e62cdda1859c559789c72219a0bdedcde82defc /src/qt
parent7077fe6dd4208bdbd46940f7923b7d89202c3287 (diff)
downloadbitcoin-c8168331a259692d2a61faab647606c14f588dd9.tar.xz
[Qt] fix rpc console font size to flexible metrics
should fix #5897
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/rpcconsole.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp
index ccde44fb29..29c971ec79 100644
--- a/src/qt/rpcconsole.cpp
+++ b/src/qt/rpcconsole.cpp
@@ -357,7 +357,6 @@ void RPCConsole::clear()
ui->messagesWidget->document()->setDefaultStyleSheet(
"table { }"
"td.time { color: #808080; padding-top: 3px; } "
- "td.message { font-family: monospace; font-size: 12px; } " // Todo: Remove fixed font-size
"td.cmd-request { color: #006060; } "
"td.cmd-error { color: red; } "
"b { color: #006060; } "