Rewind config - better buffer size settings

This commit is contained in:
adelikat 2020-06-19 15:22:39 -05:00
parent 9faa159647
commit 32b14641f1
1 changed files with 2 additions and 2 deletions

View File

@ -173,7 +173,7 @@
0, 0,
0}); 0});
this.BufferSizeUpDown.Minimum = new decimal(new int[] { this.BufferSizeUpDown.Minimum = new decimal(new int[] {
50, 64,
0, 0,
0, 0,
0}); 0});
@ -181,7 +181,7 @@
this.BufferSizeUpDown.Size = new System.Drawing.Size(52, 20); this.BufferSizeUpDown.Size = new System.Drawing.Size(52, 20);
this.BufferSizeUpDown.TabIndex = 8; this.BufferSizeUpDown.TabIndex = 8;
this.BufferSizeUpDown.Value = new decimal(new int[] { this.BufferSizeUpDown.Value = new decimal(new int[] {
50, 512,
0, 0,
0, 0,
0}); 0});