diff options
author | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-08-13 11:42:31 +0000 |
---|---|---|
committer | Eugenio Favalli <elvenprogrammer@gmail.com> | 2005-08-13 11:42:31 +0000 |
commit | 5b2a8183126754f0ff3e812791742f18d7a8169c (patch) | |
tree | b7d25c56cf3d03ab3c187f5bd30c7f4c9bd478f2 /src/gui/status.h | |
parent | ebd331e0db4b7488efe572e93e1de5ae7fa15eca (diff) | |
download | mana-5b2a8183126754f0ff3e812791742f18d7a8169c.tar.gz mana-5b2a8183126754f0ff3e812791742f18d7a8169c.tar.bz2 mana-5b2a8183126754f0ff3e812791742f18d7a8169c.tar.xz mana-5b2a8183126754f0ff3e812791742f18d7a8169c.zip |
Reformatted status window layout to avoid overlapping and lowered saturation of bars' colors.
Diffstat (limited to 'src/gui/status.h')
-rw-r--r-- | src/gui/status.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.h b/src/gui/status.h index ebc9a041..02bd0a2f 100644 --- a/src/gui/status.h +++ b/src/gui/status.h @@ -57,7 +57,7 @@ class StatusWindow : public Window, public gcn::ActionListener { void update(); private: - gcn::Label *hp, *sp, *gp; + gcn::Label *hp, *sp; gcn::Label *hpValue, *spValue; gcn::Label *expLabel, *jobExpLabel; ProgressBar *healthBar, *manaBar; |