From 4516e39c0a9376385ad72689361992040defa2ff Mon Sep 17 00:00:00 2001 From: randymcmillan Date: Fri, 19 Nov 2021 23:17:33 -0500 Subject: [PATCH] rcpconsole.cpp: force monospaced formatted output --- src/qt/rpcconsole.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index 0c3332ab761..22dcc9e2f47 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -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 { }"