tastudio: allow 2 more digits for FramesPrompt.

This commit is contained in:
feos 2016-04-17 12:37:22 +03:00
parent c9b3dc184a
commit de1f4112d8
1 changed files with 1 additions and 1 deletions

View File

@ -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;