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/shopwindow.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/gui/shopwindow.h') diff --git a/src/gui/shopwindow.h b/src/gui/shopwindow.h index 06787795a..7474a1be2 100644 --- a/src/gui/shopwindow.h +++ b/src/gui/shopwindow.h @@ -30,6 +30,7 @@ class CheckBox; class Item; +class Label; class ListBox; class ShopItem; class ShopItems; @@ -39,7 +40,6 @@ namespace gcn { class Button; class CheckBox; - class Label; class ScrollArea; } @@ -154,8 +154,8 @@ class ShopWindow final : public Window, public gcn::ActionListener, ShopListBox *mSellShopItemList; gcn::ScrollArea *mBuyScrollArea; gcn::ScrollArea *mSellScrollArea; - gcn::Label *mBuyLabel; - gcn::Label *mSellLabel; + Label *mBuyLabel; + Label *mSellLabel; gcn::Button *mBuyAddButton; gcn::Button *mBuyDeleteButton; gcn::Button *mBuyAnnounceButton; -- cgit v1.2.3-70-g09d2