From ea09161ffd9548cefc199b7a5e758e413068109b Mon Sep 17 00:00:00 2001 From: Kaphotics Date: Fri, 4 Mar 2016 19:39:43 -0800 Subject: [PATCH] Min Size = Initial Size One pixel less resizes the listbox to one entry smaller. Fix by making it not able to do that. --- SAV/SAV_Wondercard.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAV/SAV_Wondercard.Designer.cs b/SAV/SAV_Wondercard.Designer.cs index 971e5cff9..b3ac98824 100644 --- a/SAV/SAV_Wondercard.Designer.cs +++ b/SAV/SAV_Wondercard.Designer.cs @@ -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";