notify: Focus ok on load

This commit is contained in:
Nathan Woodburn 2023-06-07 13:01:43 +10:00
parent e74a6bdbb1
commit 1ee4483619
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
2 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,7 @@
buttonOK.Location = new Point(271, 120); buttonOK.Location = new Point(271, 120);
buttonOK.Name = "buttonOK"; buttonOK.Name = "buttonOK";
buttonOK.Size = new Size(99, 38); buttonOK.Size = new Size(99, 38);
buttonOK.TabIndex = 1; buttonOK.TabIndex = 0;
buttonOK.Text = "Ok"; buttonOK.Text = "Ok";
buttonOK.UseVisualStyleBackColor = true; buttonOK.UseVisualStyleBackColor = true;
buttonOK.Click += OK_Click; buttonOK.Click += OK_Click;

View File

@ -32,6 +32,7 @@ namespace FireWallet
buttonALT.Text = altText; buttonALT.Text = altText;
buttonALT.Visible = true; buttonALT.Visible = true;
this.altLink = altLink; this.altLink = altLink;
buttonOK.Focus();
} }
#region Theming #region Theming