diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-19 15:22:57 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-19 15:29:51 +0200 |
commit | e7f9c983dd7a8d2aeb4b14e5621cef89ecc398f6 (patch) | |
tree | d2206a3544acfba5598df229b15e890b7450f1c8 /src/gui/storagewindow.h | |
parent | 21d85f8726ad4a15702005247e5241a2056cbbc8 (diff) | |
download | mana-e7f9c983dd7a8d2aeb4b14e5621cef89ecc398f6.tar.gz mana-e7f9c983dd7a8d2aeb4b14e5621cef89ecc398f6.tar.bz2 mana-e7f9c983dd7a8d2aeb4b14e5621cef89ecc398f6.tar.xz mana-e7f9c983dd7a8d2aeb4b14e5621cef89ecc398f6.zip |
Made ItemContainer wrap items depending on its width again
This is instead of taking a fixed number of rows and columns. The
inventory and trade window are now resizable again.
Other smaller changes:
* Don't use bold font for the labels in the item container
* Changed "(Eq)" back to "Eq."
* Removed the ugly grid lines
Diffstat (limited to 'src/gui/storagewindow.h')
-rw-r--r-- | src/gui/storagewindow.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/storagewindow.h b/src/gui/storagewindow.h index caf31b90..4ccf324c 100644 --- a/src/gui/storagewindow.h +++ b/src/gui/storagewindow.h @@ -92,7 +92,6 @@ class StorageWindow : public Window, gcn::ActionListener, int mSlots; int mUsedSlots; gcn::Button *mStoreButton, *mRetrieveButton; - gcn::ScrollArea *mInvenScroll; gcn::Label *mSlotsLabel; |