From 8dac449a01938858d8de0a9e4b88f60d2a7e8e14 Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Tue, 1 Dec 2020 19:29:18 +0000 Subject: [PATCH] Minimum size for add repo dialog --- GUI/Dialogs/NewRepoDialog.Designer.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/GUI/Dialogs/NewRepoDialog.Designer.cs b/GUI/Dialogs/NewRepoDialog.Designer.cs index 66c1e5361e..0c65999b90 100644 --- a/GUI/Dialogs/NewRepoDialog.Designer.cs +++ b/GUI/Dialogs/NewRepoDialog.Designer.cs @@ -160,6 +160,7 @@ private void InitializeComponent() // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.ClientSize = new System.Drawing.Size(500, 220); + this.MinimumSize = new System.Drawing.Size(520, 260); this.Controls.Add(this.RepositoryGroupBox); this.Controls.Add(this.BottomButtonPanel); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;