From f8ba7ece7d1df4a9eaa3f02c5e38d48d2ab51369 Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 12 Feb 2021 13:31:16 +1000 Subject: [PATCH] Have ControllerConfig not break when resized (resolves #2611) --- src/BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs b/src/BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs index e365c41ac7..ba729efa1a 100644 --- a/src/BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs +++ b/src/BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs @@ -216,7 +216,7 @@ // // AllowUdCheckbox // - this.AllowUdCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.AllowUdCheckbox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.AllowUdCheckbox.AutoSize = true; this.AllowUdCheckbox.Location = new System.Drawing.Point(576, 548); this.AllowUdCheckbox.Name = "AllowUdCheckbox"; @@ -241,6 +241,7 @@ this.Controls.Add(this.buttonCancel); this.Controls.Add(this.buttonOK); this.Controls.Add(this.checkBoxAutoTab); + this.MinimumSize = new System.Drawing.Size(948, 611); this.Name = "ControllerConfig"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Controller Config";