PSX - Config dialog - set accept and cancel buttons

This commit is contained in:
adelikat 2015-02-01 14:52:46 +00:00
parent b1ca8517ea
commit 6854a9a709
1 changed files with 9 additions and 7 deletions

View File

@ -343,8 +343,10 @@
//
// PSXOptions
//
this.AcceptButton = this.btnOk;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(713, 275);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.label7);