From 066488a6f4d086b57f4fe32e8799c207552cccb7 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Oct 2012 18:50:27 +0300 Subject: Add theming to labels. New theme file: label.xml Parameters: padding --- src/gui/statuswindow.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/gui/statuswindow.h') diff --git a/src/gui/statuswindow.h b/src/gui/statuswindow.h index dce48c8fc..8f74951eb 100644 --- a/src/gui/statuswindow.h +++ b/src/gui/statuswindow.h @@ -32,6 +32,7 @@ #include class AttrDisplay; +class Label; class ProgressBar; class ScrollArea; class VertContainer; @@ -39,7 +40,6 @@ class VertContainer; namespace gcn { class Button; - class Label; } /** @@ -98,17 +98,17 @@ class StatusWindow final : public Window, /** * Status Part */ - gcn::Label *mLvlLabel; - gcn::Label *mMoneyLabel; - gcn::Label *mHpLabel; - gcn::Label *mMpLabel; - gcn::Label *mXpLabel; + Label *mLvlLabel; + Label *mMoneyLabel; + Label *mHpLabel; + Label *mMpLabel; + Label *mXpLabel; ProgressBar *mHpBar; ProgressBar *mMpBar; ProgressBar *mXpBar; - gcn::Label *mJobLvlLabel; - gcn::Label *mJobLabel; + Label *mJobLvlLabel; + Label *mJobLabel; ProgressBar *mJobBar; VertContainer *mAttrCont; @@ -116,8 +116,8 @@ class StatusWindow final : public Window, VertContainer *mDAttrCont; ScrollArea *mDAttrScroll; - gcn::Label *mCharacterPointsLabel; - gcn::Label *mCorrectionPointsLabel; + Label *mCharacterPointsLabel; + Label *mCorrectionPointsLabel; gcn::Button *mCopyButton; typedef std::map Attrs; -- cgit v1.2.3-70-g09d2