Change the designer for rewinder to allow up to 32GB of rayums used

Since the rewinder scales in powers of two, we might want to reconsider how this control works
This commit is contained in:
nattthebear 2020-08-13 21:14:34 -04:00
parent 4062584719
commit 356dfcebdb
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@
//
this.BufferSizeUpDown.Location = new System.Drawing.Point(125, 110);
this.BufferSizeUpDown.Maximum = new decimal(new int[] {
1024,
32768,
0,
0,
0});