summaryrefslogtreecommitdiff
path: root/src/gui/ministatus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/ministatus.cpp')
-rw-r--r--src/gui/ministatus.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/ministatus.cpp b/src/gui/ministatus.cpp
index 438470d8..9d423a7e 100644
--- a/src/gui/ministatus.cpp
+++ b/src/gui/ministatus.cpp
@@ -50,10 +50,10 @@ MiniStatusWindow::MiniStatusWindow():
hpLabel = new gcn::Label("");
mpLabel = new gcn::Label("");
+ hpLabel->setForegroundColor(gcn::Color(255, 255, 255));
+ mpLabel->setForegroundColor(gcn::Color(255, 255, 255));
hpLabel->setFont(speechFont);
mpLabel->setFont(speechFont);
- hpLabel->setForegroundColor(gcn::Color(255,255,255));
- mpLabel->setForegroundColor(gcn::Color(255,255,255));
add(hpBar);
add(mpBar);