Skip to content

Commit

Permalink
Update src/qt/rpcconsole.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Hennadii Stepanov <[email protected]>
  • Loading branch information
RandyMcMillan and hebasto authored Nov 22, 2021
1 parent 9e6775d commit 35cd6ba
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
#ifdef __APPLE__
#ifdef Q_OS_MAC
QFontInfo fixedFontInfo(GUIUtil::fixedPitchFont(/*use_embedded_font=*/true));
#else
QFontInfo fixedFontInfo(GUIUtil::fixedPitchFont());
Expand Down

0 comments on commit 35cd6ba

Please sign in to comment.