diff options
author | Dennis Friis <peavey@placid.dk> | 2008-04-27 22:45:03 +0000 |
---|---|---|
committer | Dennis Friis <peavey@placid.dk> | 2008-04-27 22:45:03 +0000 |
commit | 8dabd7f5160346c8670ae95f7e713b6156e5fc48 (patch) | |
tree | 3b4d1ec86380a558e4e79d0505cfbcea41ba40bd /ChangeLog | |
parent | 044151cee3dc6a65ba21f93db331844d6c8f3974 (diff) | |
download | mana-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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> |