summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-05-08 12:42:57 -0600
committerJared Adams <jaxad0127@gmail.com>2009-05-08 12:42:57 -0600
commitc07b44461529852380765042cad0305ead408425 (patch)
tree177f584910d6620204649cc232eb6799d8daa431 /src
parentc587af8bf7ef422765e8a8cdcdb6b4b1aadeb51f (diff)
downloadmana-client-c07b44461529852380765042cad0305ead408425.tar.gz
mana-client-c07b44461529852380765042cad0305ead408425.tar.bz2
mana-client-c07b44461529852380765042cad0305ead408425.tar.xz
mana-client-c07b44461529852380765042cad0305ead408425.zip
Adjust potion of the item icon in ItemAmountWindow
Diffstat (limited to 'src')
-rw-r--r--src/gui/itemamount.cpp2
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);