This commit is contained in:
adelikat 2013-07-15 01:20:22 +00:00
parent a3aa3b4f76
commit 802046f686
2 changed files with 5 additions and 1 deletions

View File

@ -2409,6 +2409,7 @@
// CancelBT
//
this.CancelBT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.CancelBT.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.CancelBT.Location = new System.Drawing.Point(490, 373);
this.CancelBT.Name = "CancelBT";
this.CancelBT.Size = new System.Drawing.Size(75, 23);
@ -2427,8 +2428,10 @@
//
// N64VideoPluginconfig
//
this.AcceptButton = this.SaveButton;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.CancelBT;
this.ClientSize = new System.Drawing.Size(577, 401);
this.Controls.Add(this.CancelBT);
this.Controls.Add(this.SaveButton);

View File

@ -96,8 +96,9 @@ namespace BizHawk.MultiClient
}
else
{
_panelSize = Size;
}
_panelSize = Size;
RealConfigObject = configobj;
RealConfigButtons = configbuttons;
SetButtonList();