Cancel on escape

This commit is contained in:
OmrSi 2022-09-08 01:44:24 +03:00
parent 6ee9755727
commit cc8346b825

View File

@ -499,6 +499,7 @@ namespace Nikse.SubtitleEdit.Forms
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.buttonCancel;
this.ClientSize = new System.Drawing.Size(763, 252);
this.Controls.Add(this.buttonChooseDuration);
this.Controls.Add(this.buttonVideoChooseStandardRes);