diff --git a/CHANGELOG.md b/CHANGELOG.md index ad1d57271d..01c54fd229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file. - [Multiple] Fix crash when trying to view empty auth token list (#2301 by: HebaruSan; reviewed: politas) - [GUI] Handle mod not found in versions tab (#2303 by: HebaruSan; reviewed: politas) +- [GUI] Better resizing for Select KSP Install window (#2306 by: HebaruSan; reviewed: politas) ## v1.24.0 (Bruce) diff --git a/GUI/ChooseKSPInstance.Designer.cs b/GUI/ChooseKSPInstance.Designer.cs index d86dbfc838..1b0d13f0ed 100644 --- a/GUI/ChooseKSPInstance.Designer.cs +++ b/GUI/ChooseKSPInstance.Designer.cs @@ -122,6 +122,7 @@ private void InitializeComponent() // // SetAsDefaultCheckbox // + this.SetAsDefaultCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.SetAsDefaultCheckbox.AutoSize = true; this.SetAsDefaultCheckbox.Location = new System.Drawing.Point(12, 324); this.SetAsDefaultCheckbox.Name = "SetAsDefaultCheckbox"; @@ -148,6 +149,7 @@ private void InitializeComponent() this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(486, 355); + this.MinimumSize = new System.Drawing.Size(450, 200); this.Controls.Add(this.ForgetButton); this.Controls.Add(this.SetAsDefaultCheckbox); this.Controls.Add(this.RenameButton);