made the add/remove buttons a bit larger to accomodate for potentially longer localized words

This commit is contained in:
David Sparer
2017-01-24 08:41:17 -07:00
parent b8037c04d0
commit 237ad2fa3c

View File

@@ -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;