Fixed Issue 14, which mentioned that in TAStudio, frame numbers of more than 5 digits don't display properly by default. I fixed this by increasing the width of the Frame column as much as I could without making the section horizontally scroll. This accommodates for 6 digits.

This commit is contained in:
brandman211 2012-03-30 14:24:40 +00:00
parent 00d25b2355
commit 4240c119b6
1 changed files with 1 additions and 1 deletions

View File

@ -410,7 +410,7 @@
// Frame
//
this.Frame.Text = "Frame";
this.Frame.Width = 47;
this.Frame.Width = 60;
//
// Log
//