From 1cc83324581969f83142bf656db3fd6ee0b1a51a Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 8 Aug 2020 12:23:00 +0300 Subject: [PATCH] Buttons in the "Password generator" window was swapped --- Crypto Notepad/Forms/PasswordGeneratorFrom.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Crypto Notepad/Forms/PasswordGeneratorFrom.Designer.cs b/Crypto Notepad/Forms/PasswordGeneratorFrom.Designer.cs index f489fbe..0577890 100644 --- a/Crypto Notepad/Forms/PasswordGeneratorFrom.Designer.cs +++ b/Crypto Notepad/Forms/PasswordGeneratorFrom.Designer.cs @@ -77,7 +77,7 @@ private void InitializeComponent() // clearPasswordsListButton // this.clearPasswordsListButton.AutoSize = true; - this.clearPasswordsListButton.Location = new System.Drawing.Point(225, 132); + this.clearPasswordsListButton.Location = new System.Drawing.Point(81, 132); this.clearPasswordsListButton.Name = "clearPasswordsListButton"; this.clearPasswordsListButton.Size = new System.Drawing.Size(66, 23); this.clearPasswordsListButton.TabIndex = 4; @@ -168,7 +168,7 @@ private void InitializeComponent() // copyAllButton // this.copyAllButton.AutoSize = true; - this.copyAllButton.Location = new System.Drawing.Point(153, 132); + this.copyAllButton.Location = new System.Drawing.Point(225, 132); this.copyAllButton.Name = "copyAllButton"; this.copyAllButton.Size = new System.Drawing.Size(66, 23); this.copyAllButton.TabIndex = 3; @@ -180,7 +180,7 @@ private void InitializeComponent() // copyLastButton // this.copyLastButton.AutoSize = true; - this.copyLastButton.Location = new System.Drawing.Point(81, 132); + this.copyLastButton.Location = new System.Drawing.Point(153, 132); this.copyLastButton.Name = "copyLastButton"; this.copyLastButton.Size = new System.Drawing.Size(66, 23); this.copyLastButton.TabIndex = 2;