From fe0bdbfb178b421c3340484d6809604ef8d59592 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Tue, 15 Jan 2013 20:48:40 +0800 Subject: [PATCH] fix alignment of OK and Cancel button --- shadowsocks-csharp/Form1.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks-csharp/Form1.Designer.cs b/shadowsocks-csharp/Form1.Designer.cs index 7cca0a292..5dc4c1bb6 100755 --- a/shadowsocks-csharp/Form1.Designer.cs +++ b/shadowsocks-csharp/Form1.Designer.cs @@ -171,7 +171,7 @@ private void InitializeComponent() // 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;