summaryrefslogtreecommitdiff
path: root/src/gui/progressbar.h
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-01-25 21:15:31 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-01-25 21:15:31 +0000
commitea18709a07120f06a00fef5068e01c90da1ea578 (patch)
treef5048e910dc749ec10aab00a28205c199197c8f6 /src/gui/progressbar.h
parent0d088f16638a055a37642b13610a260175bf5039 (diff)
downloadMana-ea18709a07120f06a00fef5068e01c90da1ea578.tar.gz
Mana-ea18709a07120f06a00fef5068e01c90da1ea578.tar.bz2
Mana-ea18709a07120f06a00fef5068e01c90da1ea578.tar.xz
Mana-ea18709a07120f06a00fef5068e01c90da1ea578.zip
*** empty log message ***
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() {