diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-01-25 21:15:31 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-01-25 21:15:31 +0000 |
commit | ea18709a07120f06a00fef5068e01c90da1ea578 (patch) | |
tree | f5048e910dc749ec10aab00a28205c199197c8f6 /src/gui/progressbar.h | |
parent | 0d088f16638a055a37642b13610a260175bf5039 (diff) | |
download | mana-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.h | 4 |
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() { |