[Qt] fix rpc console font size to flexible metrics

should fix #5897
This commit is contained in:
Jonas Schnelli 2015-03-14 12:39:44 +01:00
parent 7077fe6dd4
commit c8168331a2

View file

@ -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; } "