diff options
Diffstat (limited to 'src/gui/inventorywindow.h')
-rw-r--r-- | src/gui/inventorywindow.h | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/src/gui/inventorywindow.h b/src/gui/inventorywindow.h index fd86db6ea..04ca2067d 100644 --- a/src/gui/inventorywindow.h +++ b/src/gui/inventorywindow.h @@ -162,16 +162,25 @@ class InventoryWindow : public Window, std::string mWeight, mSlots; - gcn::Button *mUseButton, *mDropButton, *mSplitButton, - *mOutfitButton, *mShopButton, *mEquipmentButton, - *mStoreButton, *mRetrieveButton, *mCloseButton; - - gcn::Label *mWeightLabel, *mSlotsLabel, *mFilterLabel; - - ProgressBar *mWeightBar, *mSlotsBar; + gcn::Button *mUseButton; + gcn::Button *mDropButton; + gcn::Button *mSplitButton; + gcn::Button *mOutfitButton; + gcn::Button *mShopButton; + gcn::Button *mEquipmentButton; + gcn::Button *mStoreButton; + gcn::Button *mRetrieveButton; + gcn::Button *mCloseButton; + + gcn::Label *mWeightLabel; + gcn::Label *mSlotsLabel; + gcn::Label *mFilterLabel; + + ProgressBar *mWeightBar; + ProgressBar *mSlotsBar; TabStrip *mFilter; - DropDown *mSortDropDown; SortListModel *mSortModel; + DropDown *mSortDropDown; TextField *mNameFilter; LayoutCell *mSortDropDownCell; LayoutCell *mNameFilterCell; |