Skip to content

Commit bb56781

Browse files
committed
Merge pull request #5898
c816833 [Qt] fix rpc console font size to flexible metrics (Jonas Schnelli)
2 parents 8e4fd0c + c816833 commit bb56781

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)