From 237ad2fa3cd59cdc7b866ecce107afceac731a8b Mon Sep 17 00:00:00 2001 From: David Sparer Date: Tue, 24 Jan 2017 08:41:17 -0700 Subject: [PATCH] made the add/remove buttons a bit larger to accomodate for potentially longer localized words --- mRemoteV1/UI/Forms/CredentialManagerForm.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mRemoteV1/UI/Forms/CredentialManagerForm.Designer.cs b/mRemoteV1/UI/Forms/CredentialManagerForm.Designer.cs index 45e196efc..cdb50bfb0 100644 --- a/mRemoteV1/UI/Forms/CredentialManagerForm.Designer.cs +++ b/mRemoteV1/UI/Forms/CredentialManagerForm.Designer.cs @@ -89,7 +89,7 @@ this.buttonAdd.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.buttonAdd.Location = new System.Drawing.Point(12, 343); this.buttonAdd.Name = "buttonAdd"; - this.buttonAdd.Size = new System.Drawing.Size(84, 32); + this.buttonAdd.Size = new System.Drawing.Size(99, 32); this.buttonAdd.TabIndex = 1; this.buttonAdd.Text = "Add"; this.buttonAdd.UseVisualStyleBackColor = true; @@ -100,9 +100,9 @@ this.buttonRemove.Enabled = false; this.buttonRemove.Image = global::mRemoteNG.Resources.key_delete; this.buttonRemove.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; - this.buttonRemove.Location = new System.Drawing.Point(102, 343); + this.buttonRemove.Location = new System.Drawing.Point(117, 343); this.buttonRemove.Name = "buttonRemove"; - this.buttonRemove.Size = new System.Drawing.Size(84, 32); + this.buttonRemove.Size = new System.Drawing.Size(99, 32); this.buttonRemove.TabIndex = 2; this.buttonRemove.Text = "Remove"; this.buttonRemove.UseVisualStyleBackColor = true;