summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDennis Friis <peavey@placid.dk>2008-04-27 22:45:03 +0000
committerDennis Friis <peavey@placid.dk>2008-04-27 22:45:03 +0000
commit8dabd7f5160346c8670ae95f7e713b6156e5fc48 (patch)
tree3b4d1ec86380a558e4e79d0505cfbcea41ba40bd /ChangeLog
parent044151cee3dc6a65ba21f93db331844d6c8f3974 (diff)
downloadMana-8dabd7f5160346c8670ae95f7e713b6156e5fc48.tar.gz
Mana-8dabd7f5160346c8670ae95f7e713b6156e5fc48.tar.bz2
Mana-8dabd7f5160346c8670ae95f7e713b6156e5fc48.tar.xz
Mana-8dabd7f5160346c8670ae95f7e713b6156e5fc48.zip
Fix buildup of whitespace by using correct gridHeight and adding just 4px space to bottom.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6330ea3d..c8a18b96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* src/gui/scrollarea.h, src/gui/scrollarea.cpp: Add methods to get
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.
2008-04-27 Dennis Friis <peavey@placid.dk>