1
Fork 0

decreased max value to make -1 more realistic.

This commit is contained in:
Jake Howard 2014-12-08 11:52:33 +00:00
parent 61975d143d
commit bc81103892
1 changed files with 1 additions and 0 deletions

View File

@ -257,6 +257,7 @@
this.previousBackupInput.Cursor = System.Windows.Forms.Cursors.Arrow;
this.previousBackupInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.previousBackupInput.Location = new System.Drawing.Point(471, 103);
this.previousBackupInput.MaxValue = 999;
this.previousBackupInput.MinValue = -1;
this.previousBackupInput.Name = "previousBackupInput";
this.previousBackupInput.ShowUpDown = true;