mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-20 15:35:10 -05:00
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:
2
SAV/SAV_Wondercard.Designer.cs
generated
2
SAV/SAV_Wondercard.Designer.cs
generated
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user