We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe03f7a commit b9f0affCopy full SHA for b9f0aff
src/qt/rpcconsole.cpp
@@ -866,7 +866,11 @@ void RPCConsole::clear(bool keep_prompt)
866
}
867
868
// Set default style sheet
869
+#ifdef Q_OS_MAC
870
+ QFontInfo fixedFontInfo(GUIUtil::fixedPitchFont(/*use_embedded_font=*/true));
871
+#else
872
QFontInfo fixedFontInfo(GUIUtil::fixedPitchFont());
873
+#endif
874
ui->messagesWidget->document()->setDefaultStyleSheet(
875
QString(
876
"table { }"
0 commit comments