mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
BUG-1653: Accessibility fixes for the tab-order on multiple forms. [ci-skip]
This commit is contained in:
parent
3bf94a76e6
commit
5cd6afad74
16 changed files with 369 additions and 380 deletions
|
@ -61,8 +61,7 @@ namespace GreenshotJiraPlugin {
|
|||
this.buttonOK.Location = new System.Drawing.Point(222, 84);
|
||||
this.buttonOK.Name = "buttonOK";
|
||||
this.buttonOK.Size = new System.Drawing.Size(75, 23);
|
||||
this.buttonOK.TabIndex = 2;
|
||||
this.buttonOK.Text = "OK";
|
||||
this.buttonOK.TabIndex = 10;
|
||||
this.buttonOK.UseVisualStyleBackColor = true;
|
||||
this.buttonOK.Click += new System.EventHandler(this.ButtonOKClick);
|
||||
//
|
||||
|
@ -73,7 +72,7 @@ namespace GreenshotJiraPlugin {
|
|||
this.buttonCancel.Location = new System.Drawing.Point(303, 84);
|
||||
this.buttonCancel.Name = "buttonCancel";
|
||||
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
|
||||
this.buttonCancel.TabIndex = 3;
|
||||
this.buttonCancel.TabIndex = 11;
|
||||
this.buttonCancel.Text = "Cancel";
|
||||
this.buttonCancel.UseVisualStyleBackColor = true;
|
||||
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancelClick);
|
||||
|
@ -133,7 +132,6 @@ namespace GreenshotJiraPlugin {
|
|||
this.MaximizeBox = false;
|
||||
this.MinimizeBox = false;
|
||||
this.Name = "SettingsForm";
|
||||
this.Text = "Please enter your Jira data";
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue