aboutsummaryrefslogtreecommitdiff
path: root/src/qt/guiconstants.h
diff options
context:
space:
mode:
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"