Skip to content

Commit

Permalink
rcpconsole.cpp: force monospaced formatted output
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Nov 20, 2021
1 parent fe03f7a commit 4516e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/rpcconsole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ void RPCConsole::clear(bool keep_prompt)
}

// Set default style sheet
QFontInfo fixedFontInfo(GUIUtil::fixedPitchFont());
QFontInfo fixedFontInfo(GUIUtil::fixedPitchFont(true));
ui->messagesWidget->document()->setDefaultStyleSheet(
QString(
"table { }"
Expand Down

0 comments on commit 4516e39

Please sign in to comment.