Browse Source

fix alignment of OK and Cancel button

tags/2.3
clowwindy 12 years ago
parent
commit
fe0bdbfb17
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/Form1.Designer.cs

+ 1
- 1
shadowsocks-csharp/Form1.Designer.cs View File

@@ -171,7 +171,7 @@
// button2
//
this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.button2.Location = new System.Drawing.Point(86, 3);
this.button2.Location = new System.Drawing.Point(86, 4);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 1;


Loading…
Cancel
Save