wgrand08 / tether

Automatically exported from code.google.com/p/tether
0 stars 0 forks source link

Check length of in-game messages #262

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In order to avoid problems with scrolling in-game chat requires a limit to
the length of a single chat message. Recently due to changes to panels the
chat panel has been resized. The length of chat messages should be
double-checked to confirm that they are as long as they can be without
running into problems with scrolling. 

Original issue reported on code.google.com by Donkyhotae on 9 Mar 2010 at 10:38

GoogleCodeExporter commented 9 years ago
Confirmed 82 characters is the maximum that can be displayed in the chat without
having problems with scrolling. Code has been updated to allow the increase. 
Also the
chat in the pre-game setup has had all it's limits removed since scrolling is 
not an
issue there. 

Original comment by Donkyhotae on 13 Mar 2010 at 12:54

GoogleCodeExporter commented 9 years ago

Original comment by Donkyhotae on 13 Mar 2010 at 3:05