Skip to content

Commit c816833

Browse files
committed
[Qt] fix rpc console font size to flexible metrics
should fix #5897
1 parent 7077fe6 commit c816833

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/qt/rpcconsole.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ void RPCConsole::clear()
357357
ui->messagesWidget->document()->setDefaultStyleSheet(
358358
"table { }"
359359
"td.time { color: #808080; padding-top: 3px; } "
360-
"td.message { font-family: monospace; font-size: 12px; } " // Todo: Remove fixed font-size
361360
"td.cmd-request { color: #006060; } "
362361
"td.cmd-error { color: red; } "
363362
"b { color: #006060; } "

0 commit comments

Comments
 (0)