auto-fire config - make default size enough to show the whole title

This commit is contained in:
adelikat 2020-02-28 18:00:20 -06:00
parent 69ad9050d2
commit 16040d53ba
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.Cancel;
this.ClientSize = new System.Drawing.Size(217, 90);
this.ClientSize = new System.Drawing.Size(323, 90);
this.Controls.Add(this.flpMain);
this.Controls.Add(this.flpButtons);
this.Icon = global::BizHawk.Client.EmuHawk.Properties.Resources.Lightning_MultiSize;