summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-10-04 15:57:11 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-10-04 15:57:11 +0000
commit623fa32c10d7fda1240c256eefd05a7157662198 (patch)
tree3a952d236cae7f355946fb62c16f62091bfc9d4b /ChangeLog
parent7333a74b2c59c5baa4dbd987df7624cdab13585a (diff)
downloadmana-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f134986..ab17066d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>