diff options
| author | MarcoFalke <[email protected]> | 2015-10-22 13:33:58 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2015-10-29 18:01:39 +0100 |
| commit | 28313b83fc1a16b5e6da2b868b5f297050ce8b05 (patch) | |
| tree | f0362697b3de238017fb38565bf3208537e34abb /src/qt/guiutil.h | |
| parent | Merge pull request #6891 (diff) | |
| download | discoin-28313b83fc1a16b5e6da2b868b5f297050ce8b05.tar.xz discoin-28313b83fc1a16b5e6da2b868b5f297050ce8b05.zip | |
[qt] Use fixed pitch font for the rpc console
Also:
* Preserve white space
* Make fixed font as large as default font
Diffstat (limited to 'src/qt/guiutil.h')
| -rw-r--r-- | src/qt/guiutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index 0ac3db632..ec678c4af 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -37,8 +37,8 @@ namespace GUIUtil QString dateTimeStr(const QDateTime &datetime); QString dateTimeStr(qint64 nTime); - // Render Bitcoin addresses in monospace font - QFont bitcoinAddressFont(); + // Return a monospace font + QFont fixedPitchFont(); // Set up widgets for address and amounts void setupAddressWidget(QValidatedLineEdit *widget, QWidget *parent); |