diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-05-08 12:42:57 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-05-08 12:42:57 -0600 |
commit | c07b44461529852380765042cad0305ead408425 (patch) | |
tree | 177f584910d6620204649cc232eb6799d8daa431 /src/gui/itemamount.cpp | |
parent | c587af8bf7ef422765e8a8cdcdb6b4b1aadeb51f (diff) | |
download | mana-c07b44461529852380765042cad0305ead408425.tar.gz mana-c07b44461529852380765042cad0305ead408425.tar.bz2 mana-c07b44461529852380765042cad0305ead408425.tar.xz mana-c07b44461529852380765042cad0305ead408425.zip |
Adjust potion of the item icon in ItemAmountWindow
Diffstat (limited to 'src/gui/itemamount.cpp')
-rw-r--r-- | src/gui/itemamount.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/itemamount.cpp b/src/gui/itemamount.cpp index 8cc28039..393cd8bc 100644 --- a/src/gui/itemamount.cpp +++ b/src/gui/itemamount.cpp @@ -105,7 +105,7 @@ ItemAmountWindow::ItemAmountWindow(Usage usage, Window *parent, Item *item, place(3, 0, plusButton); place(4, 0, addAllButton); - place(0, 1, mItemIcon); + place(0, 0, mItemIcon, 1, 3); place(1, 1, mItemAmountSlide, 5); place(4, 2, cancelButton); |