diff --git a/Server/Forms/FrmStartupManager.Designer.cs b/Server/Forms/FrmStartupManager.Designer.cs index 0016ad4e..a4016e0f 100644 --- a/Server/Forms/FrmStartupManager.Designer.cs +++ b/Server/Forms/FrmStartupManager.Designer.cs @@ -100,6 +100,7 @@ private void InitializeComponent() this.Controls.Add(this.lstStartupItems); this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MinimumSize = new System.Drawing.Size(650, 400); this.Name = "FrmStartupManager"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Startup Manager []";