summaryrefslogtreecommitdiff
path: root/src/gui/widgets/progressbar.cpp
diff options
context:
space:
mode:
authorPhilipp Sehmisch <crush@themanaworld.org>2009-05-23 01:17:23 +0200
committerPhilipp Sehmisch <crush@themanaworld.org>2009-05-23 01:17:23 +0200
commitaddbb9bd9362550e91540c1caaf7f6683bdae9a8 (patch)
tree39b52e808c8bb165cd2e7903f19b8b81641401a5 /src/gui/widgets/progressbar.cpp
parent18c1876454c9a82b5f4949e863316055a41000ba (diff)
downloadmana-client-addbb9bd9362550e91540c1caaf7f6683bdae9a8.tar.gz
mana-client-addbb9bd9362550e91540c1caaf7f6683bdae9a8.tar.bz2
mana-client-addbb9bd9362550e91540c1caaf7f6683bdae9a8.tar.xz
mana-client-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.cpp2
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);
}
}