From fabe270813b611993639d9c2df255748c1e067a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=B4=E5=A8=83=E9=85=B1?= Date: Sat, 17 Sep 2016 20:22:29 +0800 Subject: [PATCH] Resize the button --- shadowsocks-csharp/View/HotkeySettingsForm.designer.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/shadowsocks-csharp/View/HotkeySettingsForm.designer.cs b/shadowsocks-csharp/View/HotkeySettingsForm.designer.cs index 6f374a33..b2b854f7 100644 --- a/shadowsocks-csharp/View/HotkeySettingsForm.designer.cs +++ b/shadowsocks-csharp/View/HotkeySettingsForm.designer.cs @@ -70,9 +70,9 @@ // btnOK // this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; - this.btnOK.Location = new System.Drawing.Point(381, 10); + this.btnOK.Location = new System.Drawing.Point(333, 10); this.btnOK.Name = "btnOK"; - this.btnOK.Size = new System.Drawing.Size(75, 31); + this.btnOK.Size = new System.Drawing.Size(123, 31); this.btnOK.TabIndex = 0; this.btnOK.Text = "OK"; this.btnOK.UseVisualStyleBackColor = true; @@ -81,9 +81,9 @@ // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.btnCancel.Location = new System.Drawing.Point(300, 10); + this.btnCancel.Location = new System.Drawing.Point(204, 10); this.btnCancel.Name = "btnCancel"; - this.btnCancel.Size = new System.Drawing.Size(75, 31); + this.btnCancel.Size = new System.Drawing.Size(123, 31); this.btnCancel.TabIndex = 1; this.btnCancel.Text = "Cancel"; this.btnCancel.UseVisualStyleBackColor = true; @@ -92,9 +92,9 @@ // btnRegisterAll // this.btnRegisterAll.DialogResult = System.Windows.Forms.DialogResult.Cancel; - this.btnRegisterAll.Location = new System.Drawing.Point(219, 10); + this.btnRegisterAll.Location = new System.Drawing.Point(75, 10); this.btnRegisterAll.Name = "btnRegisterAll"; - this.btnRegisterAll.Size = new System.Drawing.Size(75, 31); + this.btnRegisterAll.Size = new System.Drawing.Size(123, 31); this.btnRegisterAll.TabIndex = 2; this.btnRegisterAll.Text = "Reg All"; this.btnRegisterAll.UseVisualStyleBackColor = true;