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/buydialog.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/buydialog.h') diff --git a/src/gui/buydialog.h b/src/gui/buydialog.h index 352f2a7ff..04d4205d7 100644 --- a/src/gui/buydialog.h +++ b/src/gui/buydialog.h @@ -31,12 +31,12 @@ class ShopItems; class ShopListBox; class IntTextField; +class Label; class ListBox; namespace gcn { class Button; - class Label; class ScrollArea; class Slider; } @@ -136,10 +136,10 @@ class BuyDialog final : public Window, public gcn::ActionListener, gcn::Button *mDecreaseButton; ShopListBox *mShopItemList; gcn::ScrollArea *mScrollArea; - gcn::Label *mMoneyLabel; - gcn::Label *mQuantityLabel; + Label *mMoneyLabel; + Label *mQuantityLabel; gcn::Slider *mSlider; - gcn::Label *mAmountLabel; + Label *mAmountLabel; IntTextField *mAmountField; ShopItems *mShopItems; -- cgit v1.2.3-60-g2f50