diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-10-14 18:50:27 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-10-14 18:50:27 +0300 |
commit | 066488a6f4d086b57f4fe32e8799c207552cccb7 (patch) | |
tree | 2c73d80030ff0da73fc5f5b4b664a34030a51633 /src/gui/killstats.h | |
parent | 0b3aafe2859d9ea1c4009eed8a87f69c41cbc14b (diff) | |
download | plus-066488a6f4d086b57f4fe32e8799c207552cccb7.tar.gz plus-066488a6f4d086b57f4fe32e8799c207552cccb7.tar.bz2 plus-066488a6f4d086b57f4fe32e8799c207552cccb7.tar.xz plus-066488a6f4d086b57f4fe32e8799c207552cccb7.zip |
Add theming to labels.
New theme file: label.xml
Parameters: padding
Diffstat (limited to 'src/gui/killstats.h')
-rw-r--r-- | src/gui/killstats.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/gui/killstats.h b/src/gui/killstats.h index 165178921..f0fbab9ab 100644 --- a/src/gui/killstats.h +++ b/src/gui/killstats.h @@ -108,15 +108,15 @@ class KillStats final : public Window, Label *mLine6; Label *mLine7; - gcn::Label *mExpSpeed1Label; - gcn::Label *mExpTime1Label; - gcn::Label *mExpSpeed5Label; - gcn::Label *mExpTime5Label; - gcn::Label *mExpSpeed15Label; - gcn::Label *mExpTime15Label; - - gcn::Label *mLastKillExpLabel; - gcn::Label *mTimeBeforeJackoLabel; + Label *mExpSpeed1Label; + Label *mExpTime1Label; + Label *mExpSpeed5Label; + Label *mExpTime5Label; + Label *mExpSpeed15Label; + Label *mExpTime15Label; + + Label *mLastKillExpLabel; + Label *mTimeBeforeJackoLabel; int m1minExpTime; int m1minExpNum; |