diff options
author | Philipp Sehmisch <crush@themanaworld.org> | 2009-05-23 01:17:23 +0200 |
---|---|---|
committer | Philipp Sehmisch <crush@themanaworld.org> | 2009-05-23 01:17:23 +0200 |
commit | addbb9bd9362550e91540c1caaf7f6683bdae9a8 (patch) | |
tree | 39b52e808c8bb165cd2e7903f19b8b81641401a5 /src/gui/widgets/progressbar.cpp | |
parent | 18c1876454c9a82b5f4949e863316055a41000ba (diff) | |
download | mana-addbb9bd9362550e91540c1caaf7f6683bdae9a8.tar.gz mana-addbb9bd9362550e91540c1caaf7f6683bdae9a8.tar.bz2 mana-addbb9bd9362550e91540c1caaf7f6683bdae9a8.tar.xz mana-addbb9bd9362550e91540c1caaf7f6683bdae9a8.zip |
Reorganized status window and used non-bold font for progress bars to make more space for the numbers on the exp bar
Diffstat (limited to 'src/gui/widgets/progressbar.cpp')
-rw-r--r-- | src/gui/widgets/progressbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/progressbar.cpp b/src/gui/widgets/progressbar.cpp index c673ffb3..134d071f 100644 --- a/src/gui/widgets/progressbar.cpp +++ b/src/gui/widgets/progressbar.cpp @@ -151,7 +151,7 @@ void ProgressBar::draw(gcn::Graphics *graphics) TextRenderer::renderText(graphics, mText, textX, textY, gcn::Graphics::CENTER, guiPalette->getColor(Palette::PROGRESS_BAR), - boldFont, true, false); + gui->getFont(), true, false); } } |