mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Buttons in the "Password generator" window was swapped
This commit is contained in:
parent
6d08b85c45
commit
1cc8332458
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue