Merge 9facad0da6 into merged_master (Bitcoin PR bitcoin-core/gui#477)

This commit is contained in:
James Dorfman 2023-05-31 06:52:27 +00:00
commit 4e3aa4b8ea

View file

@ -866,7 +866,11 @@ void RPCConsole::clear(bool keep_prompt)
}
// Set default style sheet
#ifdef Q_OS_MAC
QFontInfo fixedFontInfo(GUIUtil::fixedPitchFont(/*use_embedded_font=*/true));
#else
QFontInfo fixedFontInfo(GUIUtil::fixedPitchFont());
#endif
ui->messagesWidget->document()->setDefaultStyleSheet(
QString(
"table { }"