summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDennis Friis <peavey@placid.dk>2008-04-27 22:51:58 +0000
committerDennis Friis <peavey@placid.dk>2008-04-27 22:51:58 +0000
commit86d441913287287baa56d6d262be9ee519840e96 (patch)
treec4574c9ad441b3d0cccfb1514436716111e3d982 /ChangeLog
parent8dabd7f5160346c8670ae95f7e713b6156e5fc48 (diff)
downloadmana-client-86d441913287287baa56d6d262be9ee519840e96.tar.gz
mana-client-86d441913287287baa56d6d262be9ee519840e96.tar.bz2
mana-client-86d441913287287baa56d6d262be9ee519840e96.tar.xz
mana-client-86d441913287287baa56d6d262be9ee519840e96.zip
Switch to use our extended ScrollArea and use adjusted width to proper calculate the grid for itemcontainer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c8a18b96..38f951a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,9 @@
width and height adjusted for any visible scrollbars.
* src/gui/itemcontainer.cpp: Fix buildup of whitespace by using
correct gridHeight and adding just 4px space to bottom.
+ * src/gui/inventorywindow.h, src/gui/inventorywindow.cpp: Switch to
+ use our extended ScrollArea and use adjusted width to proper calculate
+ the grid for itemcontainer.
2008-04-27 Dennis Friis <peavey@placid.dk>