summaryrefslogtreecommitdiff
path: root/src/gui/selldialog.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-10-14 18:50:27 +0300
committerAndrei Karas <akaras@inbox.ru>2012-10-14 18:50:27 +0300
commit066488a6f4d086b57f4fe32e8799c207552cccb7 (patch)
tree2c73d80030ff0da73fc5f5b4b664a34030a51633 /src/gui/selldialog.h
parent0b3aafe2859d9ea1c4009eed8a87f69c41cbc14b (diff)
downloadplus-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/selldialog.h')
-rw-r--r--src/gui/selldialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/selldialog.h b/src/gui/selldialog.h
index 2edfd07cc..d77ad689c 100644
--- a/src/gui/selldialog.h
+++ b/src/gui/selldialog.h
@@ -31,13 +31,13 @@
#include <SDL_types.h>
class Item;
+class Label;
class ShopItems;
class ShopListBox;
namespace gcn
{
class Button;
- class Label;
class ScrollArea;
class Slider;
}
@@ -137,8 +137,8 @@ class SellDialog final : public Window,
gcn::Button *mDecreaseButton;
ShopListBox *mShopItemList;
gcn::ScrollArea *mScrollArea;
- gcn::Label *mMoneyLabel;
- gcn::Label *mQuantityLabel;
+ Label *mMoneyLabel;
+ Label *mQuantityLabel;
gcn::Slider *mSlider;
ShopItems *mShopItems;