From 4bd5a3675fb22f89cf413eb52bcdc63a58d983ba Mon Sep 17 00:00:00 2001 From: David Sparer Date: Mon, 10 Oct 2016 09:59:45 -0600 Subject: [PATCH] Minor security page layout change --- mRemoteV1/UI/Forms/OptionsPages/SecurityPage.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mRemoteV1/UI/Forms/OptionsPages/SecurityPage.Designer.cs b/mRemoteV1/UI/Forms/OptionsPages/SecurityPage.Designer.cs index fb2de681b..89137ce35 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/SecurityPage.Designer.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/SecurityPage.Designer.cs @@ -90,7 +90,7 @@ this.groupAdvancedSecurityOptions.Controls.Add(this.labelEncryptionEngine); this.groupAdvancedSecurityOptions.Location = new System.Drawing.Point(3, 96); this.groupAdvancedSecurityOptions.Name = "groupAdvancedSecurityOptions"; - this.groupAdvancedSecurityOptions.Size = new System.Drawing.Size(437, 189); + this.groupAdvancedSecurityOptions.Size = new System.Drawing.Size(284, 99); this.groupAdvancedSecurityOptions.TabIndex = 24; this.groupAdvancedSecurityOptions.TabStop = false; this.groupAdvancedSecurityOptions.Text = "Advanced Security Options";