aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiconstants.h
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-08-23 20:08:42 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-08-23 20:08:42 +0200
commitae8adeb90abb334b8e5712124e62461eca77c12f (patch)
treee35c4b1e07771c8c642bbffa65456ce309461d7e /src/qt/guiconstants.h
parentadce862c2795142a5f56933584abffdbe3599472 (diff)
downloadbitcoin-ae8adeb90abb334b8e5712124e62461eca77c12f.tar.xz
Wallet encryption part 1: show wallet encryption status
Diffstat (limited to 'src/qt/guiconstants.h')
-rw-r--r--src/qt/guiconstants.h5
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"