We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e4fd0c + c816833 commit bb56781Copy full SHA for bb56781
src/qt/rpcconsole.cpp
@@ -357,7 +357,6 @@ void RPCConsole::clear()
357
ui->messagesWidget->document()->setDefaultStyleSheet(
358
"table { }"
359
"td.time { color: #808080; padding-top: 3px; } "
360
- "td.message { font-family: monospace; font-size: 12px; } " // Todo: Remove fixed font-size
361
"td.cmd-request { color: #006060; } "
362
"td.cmd-error { color: red; } "
363
"b { color: #006060; } "
0 commit comments