tastudio: allow 2 more digits for FramesPrompt.
This commit is contained in:
parent
c9b3dc184a
commit
de1f4112d8
|
@ -68,7 +68,7 @@
|
|||
//
|
||||
// NumFramesBox
|
||||
//
|
||||
this.NumFramesBox.ByteSize = BizHawk.Client.Common.WatchSize.Byte;
|
||||
this.NumFramesBox.ByteSize = BizHawk.Client.Common.WatchSize.Word;
|
||||
this.NumFramesBox.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
||||
this.NumFramesBox.Location = new System.Drawing.Point(138, 16);
|
||||
this.NumFramesBox.MaxLength = 5;
|
||||
|
|
Loading…
Reference in New Issue