summaryrefslogtreecommitdiff
path: root/src/gui/inventorywindow.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-10-01 14:47:42 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-10-01 14:47:42 +0000
commit935ff1e5cdd0bc44d5de947cb06ee30871b870eb (patch)
tree986a94e587b724c93b4a051de1676324fc10b42a /src/gui/inventorywindow.cpp
parentfc0b308983f9421861e508381f73a0605eeed5b7 (diff)
downloadmana-client-935ff1e5cdd0bc44d5de947cb06ee30871b870eb.tar.gz
mana-client-935ff1e5cdd0bc44d5de947cb06ee30871b870eb.tar.bz2
mana-client-935ff1e5cdd0bc44d5de947cb06ee30871b870eb.tar.xz
mana-client-935ff1e5cdd0bc44d5de947cb06ee30871b870eb.zip
Accepted patches by GDO and VictorSan that fix problems with hiding windows
using h and problems with trade window positioning.
Diffstat (limited to 'src/gui/inventorywindow.cpp')
-rw-r--r--src/gui/inventorywindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/inventorywindow.cpp b/src/gui/inventorywindow.cpp
index 5812a71a..eb85220b 100644
--- a/src/gui/inventorywindow.cpp
+++ b/src/gui/inventorywindow.cpp
@@ -49,6 +49,7 @@ InventoryWindow::InventoryWindow():
setResizable(true);
setMinWidth(240);
setMinHeight(172);
+ // If you adjust these defaults, don't forget to adjust the trade window's.
setDefaultSize(115, 25, 322, 172);
mUseButton = new Button("Use", "use", this);