From ac322b1e47cfe87b8533c167da28a9fbe26e3e2c Mon Sep 17 00:00:00 2001 From: Alexander Date: Thu, 20 Dec 2018 01:07:35 +0200 Subject: [PATCH] Minor button location changes --- Crypto Notepad/EnterKeyForm.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Crypto Notepad/EnterKeyForm.Designer.cs b/Crypto Notepad/EnterKeyForm.Designer.cs index bdf6bd1..0dc562e 100644 --- a/Crypto Notepad/EnterKeyForm.Designer.cs +++ b/Crypto Notepad/EnterKeyForm.Designer.cs @@ -54,7 +54,7 @@ private void InitializeComponent() // button1 // this.button1.Enabled = false; - this.button1.Location = new System.Drawing.Point(116, 79); + this.button1.Location = new System.Drawing.Point(113, 79); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 1;