Skip to content

Commit 7057f10

Browse files
Update src/qt/rpcconsole.cpp
Co-authored-by: Hennadii Stepanov <[email protected]>
1 parent 4516e39 commit 7057f10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/rpcconsole.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ void RPCConsole::clear(bool keep_prompt)
866866
}
867867

868868
// Set default style sheet
869-
QFontInfo fixedFontInfo(GUIUtil::fixedPitchFont(true));
869+
QFontInfo fixedFontInfo(GUIUtil::fixedPitchFont(/*use_embedded_font=*/true));
870870
ui->messagesWidget->document()->setDefaultStyleSheet(
871871
QString(
872872
"table { }"

0 commit comments

Comments
 (0)