Min Size = Initial Size

One pixel less resizes the listbox to one entry smaller. Fix by making
it not able to do that.
This commit is contained in:
Kaphotics
2016-03-04 19:39:43 -08:00
parent 9b55c015b6
commit ea09161ffd

View File

@@ -725,7 +725,7 @@ private void InitializeComponent()
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(700, 500);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(420, 365);
this.MinimumSize = new System.Drawing.Size(420, 366);
this.Name = "SAV_Wondercard";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Wonder Card I/O";