diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-04-15 19:19:01 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-04-15 19:19:01 +0000 |
commit | 6d09c8f4667f75fece4a5549de237e17490398cf (patch) | |
tree | 1d7f6f8623ba07e20b2dc6538a5ce1c48a4f02e4 /ChangeLog | |
parent | 59c80255ddd1de9698a75c49ec7a6a1b7c4c1069 (diff) | |
download | mana-6d09c8f4667f75fece4a5549de237e17490398cf.tar.gz mana-6d09c8f4667f75fece4a5549de237e17490398cf.tar.bz2 mana-6d09c8f4667f75fece4a5549de237e17490398cf.tar.xz mana-6d09c8f4667f75fece4a5549de237e17490398cf.zip |
Increased minimum window height and fixed a problem with setting window content
size which was introduced with the new resize grip.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ windows using their borders (except for the top one, since that's the title bar for Guichan) and the resize grip in the bottom right is much easier to grab. + * src/gui/window.cpp: Increased minimum window height and fixed a + problem with setting window content size which was introduced with the + new resize grip. 2007-04-05 Eugenio Favalli <elvenprogrammer@gmail.com> |