Fix for input corruption past 30 chars

This commit is contained in:
mysticbbs 2012-09-02 21:48:15 -04:00
parent 1ceee305d5
commit 4253931b5b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Begin
VerticalLine (24, 12, 14); VerticalLine (24, 12, 14);
Form.AddStr ('N', ' Name' , 18, 12, 26, 12, 6, 40, 40, @Group.Name, Topic + 'Description of group'); Form.AddStr ('N', ' Name' , 18, 12, 26, 12, 6, 30, 30, @Group.Name, Topic + 'Description of group');
Form.AddStr ('A', ' Access', 16, 13, 26, 13, 8, 30, 30, @Group.ACS, Topic + 'Access level to access this group'); Form.AddStr ('A', ' Access', 16, 13, 26, 13, 8, 30, 30, @Group.ACS, Topic + 'Access level to access this group');
Form.AddBol ('H', ' Hidden', 16, 14, 26, 14, 8, 3, @Group.Hidden, Topic + 'Group is hidden from group listing?'); Form.AddBol ('H', ' Hidden', 16, 14, 26, 14, 8, 3, @Group.Hidden, Topic + 'Group is hidden from group listing?');