diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-08-23 20:08:42 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-08-23 20:08:42 +0200 |
commit | ae8adeb90abb334b8e5712124e62461eca77c12f (patch) | |
tree | e35c4b1e07771c8c642bbffa65456ce309461d7e /src/qt/guiconstants.h | |
parent | adce862c2795142a5f56933584abffdbe3599472 (diff) |
Wallet encryption part 1: show wallet encryption status
Diffstat (limited to 'src/qt/guiconstants.h')
-rw-r--r-- | src/qt/guiconstants.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/qt/guiconstants.h b/src/qt/guiconstants.h index 7fbf7fcd3a..b7870199bb 100644 --- a/src/qt/guiconstants.h +++ b/src/qt/guiconstants.h @@ -1,9 +1,12 @@ #ifndef GUICONSTANTS_H #define GUICONSTANTS_H -/* milliseconds between model updates */ +/* Milliseconds between model updates */ static const int MODEL_UPDATE_DELAY = 500; +/* Size of icons in status bar */ +static const int STATUSBAR_ICONSIZE = 16; + /* Invalid field background style */ #define STYLE_INVALID "background:#FF8080" |