mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 9facad0da6 into merged_master (Bitcoin PR bitcoin-core/gui#477)
This commit is contained in:
commit
4e3aa4b8ea
1 changed files with 4 additions and 0 deletions
|
|
@ -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 { }"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue