diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-10-04 15:57:11 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-10-04 15:57:11 +0000 |
commit | 623fa32c10d7fda1240c256eefd05a7157662198 (patch) | |
tree | 3a952d236cae7f355946fb62c16f62091bfc9d4b /ChangeLog | |
parent | 7333a74b2c59c5baa4dbd987df7624cdab13585a (diff) | |
download | mana-client-623fa32c10d7fda1240c256eefd05a7157662198.tar.gz mana-client-623fa32c10d7fda1240c256eefd05a7157662198.tar.bz2 mana-client-623fa32c10d7fda1240c256eefd05a7157662198.tar.xz mana-client-623fa32c10d7fda1240c256eefd05a7157662198.zip |
Changed the font in the ministatus win. Fixed some coords bugs when the stats displayed were high.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ shortcuts or with menu button, also corrected the default position of equipment and inventory windows. * src/gui/chat.cpp: Fixed the Chat Window scrolling bug. + * src/gui/status.cpp, src/gui/ministatus.cpp: Changed the font used + in mini-status. Dynamised previously statically placed widgets in + status win to avoid some label over-drawings. 2005-10-02 Bjørn Lindeijer <bjorn@lindeijer.nl> |