mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
BUG-1653: Accessibility improvements, adding accept/cancel buttons to some of the forms. This way one can e.g. ESC out of a form.
This commit is contained in:
parent
5cd6afad74
commit
036aec55f5
25 changed files with 119 additions and 180 deletions
|
@ -117,7 +117,6 @@ namespace GreenshotImgurPlugin
|
|||
this.finishedButton.TabIndex = 11;
|
||||
this.finishedButton.Text = "Finished";
|
||||
this.finishedButton.UseVisualStyleBackColor = true;
|
||||
this.finishedButton.Click += new System.EventHandler(this.FinishedButtonClick);
|
||||
//
|
||||
// clipboardButton
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue