controls/LogViewer.py
changeset 997 d6da2ccafca4
parent 993 7fbde4a19ec3
child 999 cbab4c1635bd
--- a/controls/LogViewer.py	Fri Mar 22 00:45:09 2013 +0100
+++ b/controls/LogViewer.py	Fri Mar 22 16:09:16 2013 +0100
@@ -218,7 +218,7 @@
             self.Position.y + (self.Size.height - h) / 2)
 
 DATE_INFO_SIZE = 10
-MESSAGE_INFO_SIZE = 25
+MESSAGE_INFO_SIZE = 18
 
 class LogMessage: