diff --git a/BizHawk.Client.EmuHawk/config/PathConfig.cs b/BizHawk.Client.EmuHawk/config/PathConfig.cs index c01eb67847..0dd30102f1 100644 --- a/BizHawk.Client.EmuHawk/config/PathConfig.cs +++ b/BizHawk.Client.EmuHawk/config/PathConfig.cs @@ -97,11 +97,11 @@ namespace BizHawk.Client.EmuHawk var tabPages = new List(systems.Count); int x = UIHelper.ScaleX(6); - int textboxWidth = UIHelper.ScaleX(70); + int textBoxWidth = UIHelper.ScaleX(70); int padding = UIHelper.ScaleX(5); int buttonWidth = UIHelper.ScaleX(26); int buttonHeight = UIHelper.ScaleY(23); - int buttonOffsetY = -1; // To align the top with the textbox I guess? Always 1 pixel regardless of scaling. + int buttonOffsetY = -1; // To align the top with the TextBox I guess? Always 1 pixel regardless of scaling. int widgetOffset = UIHelper.ScaleX(85); int rowHeight = UIHelper.ScaleY(30); @@ -127,7 +127,7 @@ namespace BizHawk.Client.EmuHawk { Text = path.Path, Location = new Point(x, y), - Width = textboxWidth, + Width = textBoxWidth, Name = path.Type, Anchor = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right, MinimumSize = new Size(UIHelper.ScaleX(26), UIHelper.ScaleY(23)), @@ -200,12 +200,6 @@ namespace BizHawk.Client.EmuHawk y += rowHeight; } - var sys = systemDisplayName; - if (systemDisplayName == "PCE") // Hack - { - sys = "PCECD"; - } - tabPages.Add(t); } diff --git a/BizHawk.sln.DotSettings b/BizHawk.sln.DotSettings index 368aa5d75b..861c487949 100644 --- a/BizHawk.sln.DotSettings +++ b/BizHawk.sln.DotSettings @@ -325,6 +325,7 @@ True True True + True True True True