mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2024-11-10 09:18:15 +11:00
notify: Focus ok on load
This commit is contained in:
parent
e74a6bdbb1
commit
1ee4483619
2
FireWallet/NotifyForm.Designer.cs
generated
2
FireWallet/NotifyForm.Designer.cs
generated
@ -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;
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user