summaryrefslogtreecommitdiff
path: root/src/gui/progressbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/progressbar.h')
-rw-r--r--src/gui/progressbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/progressbar.h b/src/gui/progressbar.h
index 65e8ec94..88bd08cc 100644
--- a/src/gui/progressbar.h
+++ b/src/gui/progressbar.h
@@ -25,7 +25,7 @@
#define __PROGRESSBAR_H__
#include <guichan.hpp>
-
+#define PROGRESSBAR_HEIGHT 7
/**
* A progress bar.
*
@@ -67,7 +67,7 @@ class ProgressBar : public gcn::Widget {
};
int getHeight() {
- return 7;
+ return PROGRESSBAR_HEIGHT;
};
int getWidth() {