oops
This commit is contained in:
parent
a3aa3b4f76
commit
802046f686
|
@ -2409,6 +2409,7 @@
|
||||||
// CancelBT
|
// CancelBT
|
||||||
//
|
//
|
||||||
this.CancelBT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
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.Location = new System.Drawing.Point(490, 373);
|
||||||
this.CancelBT.Name = "CancelBT";
|
this.CancelBT.Name = "CancelBT";
|
||||||
this.CancelBT.Size = new System.Drawing.Size(75, 23);
|
this.CancelBT.Size = new System.Drawing.Size(75, 23);
|
||||||
|
@ -2427,8 +2428,10 @@
|
||||||
//
|
//
|
||||||
// N64VideoPluginconfig
|
// N64VideoPluginconfig
|
||||||
//
|
//
|
||||||
|
this.AcceptButton = this.SaveButton;
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
this.CancelButton = this.CancelBT;
|
||||||
this.ClientSize = new System.Drawing.Size(577, 401);
|
this.ClientSize = new System.Drawing.Size(577, 401);
|
||||||
this.Controls.Add(this.CancelBT);
|
this.Controls.Add(this.CancelBT);
|
||||||
this.Controls.Add(this.SaveButton);
|
this.Controls.Add(this.SaveButton);
|
||||||
|
|
|
@ -96,8 +96,9 @@ namespace BizHawk.MultiClient
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
_panelSize = Size;
|
||||||
}
|
}
|
||||||
_panelSize = Size;
|
|
||||||
RealConfigObject = configobj;
|
RealConfigObject = configobj;
|
||||||
RealConfigButtons = configbuttons;
|
RealConfigButtons = configbuttons;
|
||||||
SetButtonList();
|
SetButtonList();
|
||||||
|
|
Loading…
Reference in New Issue