From 2e645d0563b72ffb241ad1848413e3da52e8dd2f Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Sat, 29 Feb 2020 10:19:49 +1000 Subject: [PATCH] Re-align FLPs to Form and fix min size fixes up 16040d53b --- BizHawk.Client.EmuHawk/config/AutofireConfig.Designer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BizHawk.Client.EmuHawk/config/AutofireConfig.Designer.cs b/BizHawk.Client.EmuHawk/config/AutofireConfig.Designer.cs index 2c4cb59dc5..e8dbb28015 100644 --- a/BizHawk.Client.EmuHawk/config/AutofireConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/AutofireConfig.Designer.cs @@ -100,7 +100,7 @@ this.flpButtons.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.flpButtons.Controls.Add(this.Ok); this.flpButtons.Controls.Add(this.Cancel); - this.flpButtons.Location = new System.Drawing.Point(55, 61); + this.flpButtons.Location = new System.Drawing.Point(161, 61); this.flpButtons.Name = "flpButtons"; // // flpMain @@ -114,7 +114,7 @@ this.flpMain.FlowDirection = System.Windows.Forms.FlowDirection.TopDown; this.flpMain.Location = new System.Drawing.Point(0, 0); this.flpMain.Name = "flpMain"; - this.flpMain.Size = new System.Drawing.Size(217, 55); + this.flpMain.Size = new System.Drawing.Size(323, 55); // // flpPattern // @@ -149,7 +149,7 @@ this.Controls.Add(this.flpButtons); this.Icon = global::BizHawk.Client.EmuHawk.Properties.Resources.Lightning_MultiSize; this.MaximizeBox = false; - this.MinimumSize = new System.Drawing.Size(233, 129); + this.MinimumSize = new System.Drawing.Size(339, 129); this.Name = "AutofireConfig"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Autofire Configuration";