From 58d17884469675536ef83be8fdb0b70a4cbb2c23 Mon Sep 17 00:00:00 2001 From: "J.D. Purcell" Date: Tue, 25 Apr 2017 23:37:23 -0400 Subject: [PATCH] Controller config: Fix U+D/L+R anchoring. --- BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs b/BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs index d8581756c4..20d7076fdf 100644 --- a/BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/ControllerConfig.Designer.cs @@ -224,6 +224,7 @@ // // label1 // + this.label1.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(442, 550); this.label1.Name = "label1"; @@ -233,6 +234,7 @@ // // rbUDLRForbid // + this.rbUDLRForbid.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.rbUDLRForbid.AutoSize = true; this.rbUDLRForbid.Location = new System.Drawing.Point(559, 548); this.rbUDLRForbid.Name = "rbUDLRForbid"; @@ -244,6 +246,7 @@ // // rbUDLRPriority // + this.rbUDLRPriority.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.rbUDLRPriority.AutoSize = true; this.rbUDLRPriority.Location = new System.Drawing.Point(622, 548); this.rbUDLRPriority.Name = "rbUDLRPriority"; @@ -255,6 +258,7 @@ // // rbUDLRAllow // + this.rbUDLRAllow.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.rbUDLRAllow.AutoSize = true; this.rbUDLRAllow.Location = new System.Drawing.Point(503, 548); this.rbUDLRAllow.Name = "rbUDLRAllow";