From 43f84a5a22423b831b1d3a4b3572546803324dd4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 18 Oct 2012 02:00:19 +0300 Subject: Extend dropdown theming. New options in dropdown.xml: padding - text padding from all sides imagePadding - image padding from right frameSize - frame size --- src/gui/itemamountwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/itemamountwindow.h') diff --git a/src/gui/itemamountwindow.h b/src/gui/itemamountwindow.h index 53c7ea23f..9db74c692 100644 --- a/src/gui/itemamountwindow.h +++ b/src/gui/itemamountwindow.h @@ -28,6 +28,7 @@ #include #include +class DropDown; class Icon; class IntTextField; class Item; @@ -37,7 +38,6 @@ class Label; namespace gcn { - class DropDown; class Slider; } @@ -118,7 +118,7 @@ class ItemAmountWindow final : public Window, gcn::Slider *mItemPriceSlide; - gcn::DropDown *mItemDropDown; + DropDown *mItemDropDown; ItemsModal *mItemsModal; -- cgit v1.2.3-60-g2f50