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:
parent
00d25b2355
commit
4240c119b6
|
@ -410,7 +410,7 @@
|
|||
// Frame
|
||||
//
|
||||
this.Frame.Text = "Frame";
|
||||
this.Frame.Width = 47;
|
||||
this.Frame.Width = 60;
|
||||
//
|
||||
// Log
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue