Esc key now cancels options window changes

related to #1064
This commit is contained in:
David Sparer
2018-11-11 18:18:46 -06:00
parent a64601afcc
commit 7304de0102

View File

@@ -139,6 +139,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(764, 527);
this.Controls.Add(this.pnlMain);
this.Controls.Add(this.splitter2);