From 50dc04980a372b0bea0eb36daab414e65aa6d9cc Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 21 Mar 2020 13:44:13 -0500 Subject: [PATCH] NDS settings - move and anchor default button differently, to make it harder to click on accident instead of save --- BizHawk.Client.EmuHawk/config/NDS/NDSSettings.Designer.cs | 6 +++--- BizHawk.Client.EmuHawk/config/NDS/NDSSettings.resx | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/BizHawk.Client.EmuHawk/config/NDS/NDSSettings.Designer.cs b/BizHawk.Client.EmuHawk/config/NDS/NDSSettings.Designer.cs index 18a628869a..5f0095edef 100644 --- a/BizHawk.Client.EmuHawk/config/NDS/NDSSettings.Designer.cs +++ b/BizHawk.Client.EmuHawk/config/NDS/NDSSettings.Designer.cs @@ -199,8 +199,8 @@ // // btnDefault // - this.btnDefault.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.btnDefault.Location = new System.Drawing.Point(31, 179); + this.btnDefault.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); + this.btnDefault.Location = new System.Drawing.Point(12, 179); this.btnDefault.Name = "btnDefault"; this.btnDefault.Size = new System.Drawing.Size(60, 23); this.btnDefault.TabIndex = 1; @@ -231,7 +231,7 @@ this.label4.TabIndex = 6; this.label4.Text = "Date/time:"; // - // NDSSettings + // NdsSettings // this.AcceptButton = this.btnDefault; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); diff --git a/BizHawk.Client.EmuHawk/config/NDS/NDSSettings.resx b/BizHawk.Client.EmuHawk/config/NDS/NDSSettings.resx index b66c37c9ef..4b96457193 100644 --- a/BizHawk.Client.EmuHawk/config/NDS/NDSSettings.resx +++ b/BizHawk.Client.EmuHawk/config/NDS/NDSSettings.resx @@ -120,7 +120,4 @@ 17, 17 - - 17, 17 - \ No newline at end of file