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.
1 parent 28313b8 commit 268b79eCopy full SHA for 268b79e
src/qt/rpcconsole.cpp
@@ -463,8 +463,8 @@ void RPCConsole::clear()
463
464
// Set default style sheet
465
QFontInfo fixedFontInfo(GUIUtil::fixedPitchFont());
466
- // Try to make font equally large on different OS.
467
- QString ptSize = QString("%1pt").arg(QFontInfo(QFont()).pointSize());
+ // Try to make fixed font adequately large on different OS
+ QString ptSize = QString("%1pt").arg(QFontInfo(QFont()).pointSize() * 8.5 / 9);
468
ui->messagesWidget->document()->setDefaultStyleSheet(
469
QString(
470
"table { }"
0 commit comments