diff options
author | MarcoFalke <falke.marco@gmail.com> | 2015-10-22 13:33:58 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2015-10-29 18:01:39 +0100 |
commit | 28313b83fc1a16b5e6da2b868b5f297050ce8b05 (patch) | |
tree | f0362697b3de238017fb38565bf3208537e34abb /src/qt/rpcconsole.h | |
parent | 8daffe227bc67706d6640b67776f7711a6a98607 (diff) |
[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/rpcconsole.h')
-rw-r--r-- | src/qt/rpcconsole.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/rpcconsole.h b/src/qt/rpcconsole.h index b86f776786..d5932ff149 100644 --- a/src/qt/rpcconsole.h +++ b/src/qt/rpcconsole.h @@ -71,6 +71,7 @@ private Q_SLOTS: public Q_SLOTS: void clear(); + /** Append the message to the message widget */ void message(int category, const QString &message, bool html = false); /** Set number of connections shown in the UI */ void setNumConnections(int count); |