mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
merge bitcoin-core/gui#477: Monospaced output in Console on macOS
This commit is contained in:
parent
694f3e9cf1
commit
f088334c8a
@ -962,7 +962,11 @@ void RPCConsole::clear(bool keep_prompt)
|
||||
ui->lineEdit->setFocus();
|
||||
|
||||
// Set default style sheet
|
||||
#ifdef Q_OS_MAC
|
||||
ui->messagesWidget->setFont(GUIUtil::fixedPitchFont(/*use_embedded_font=*/true));
|
||||
#else
|
||||
ui->messagesWidget->setFont(GUIUtil::fixedPitchFont());
|
||||
#endif
|
||||
ui->messagesWidget->document()->setDefaultStyleSheet(
|
||||
QString(
|
||||
"table { }"
|
||||
|
Loading…
Reference in New Issue
Block a user