From efbef0bbda86f6cc90bc1d3528672cc643b0e1ca Mon Sep 17 00:00:00 2001 From: tom_mai78101 Date: Fri, 15 Jul 2022 18:35:39 -0400 Subject: [PATCH] Fixed Basic Bot anchor points. Also fixed a misaligned label. --- .../tools/BasicBot/BasicBot.Designer.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.Designer.cs b/src/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.Designer.cs index 9268d25d01..d5138b6ad0 100644 --- a/src/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.Designer.cs +++ b/src/BizHawk.Client.EmuHawk/tools/BasicBot/BasicBot.Designer.cs @@ -308,8 +308,9 @@ namespace BizHawk.Client.EmuHawk // // BestGroupBox // - this.BestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) - | System.Windows.Forms.AnchorStyles.Right))); + this.BestGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) + | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.BestGroupBox.Controls.Add(this.btnCopyBestInput); this.BestGroupBox.Controls.Add(this.PlayBestButton); this.BestGroupBox.Controls.Add(this.ClearBestButton); @@ -464,7 +465,7 @@ namespace BizHawk.Client.EmuHawk // label13 // this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.label13.Location = new System.Drawing.Point(104, 16); + this.label13.Location = new System.Drawing.Point(96, 16); this.label13.Name = "label13"; this.label13.Text = "Main Value:"; // @@ -965,7 +966,8 @@ namespace BizHawk.Client.EmuHawk // // ControlGroupBox // - this.ControlGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); + this.ControlGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) + | System.Windows.Forms.AnchorStyles.Right))); this.ControlGroupBox.Controls.Add(this.InvisibleEmulationCheckBox); this.ControlGroupBox.Controls.Add(this.panel2); this.ControlGroupBox.Controls.Add(this.StopBtn);