mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-24 18:38:44 +08:00
made the add/remove buttons a bit larger to accomodate for potentially longer localized words
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user