diff --git a/BizHawk.Client.EmuHawk/tools/Debugger/RegisterBoxControl.cs b/BizHawk.Client.EmuHawk/tools/Debugger/RegisterBoxControl.cs index 1ef0139dd3..fc40673fb7 100644 --- a/BizHawk.Client.EmuHawk/tools/Debugger/RegisterBoxControl.cs +++ b/BizHawk.Client.EmuHawk/tools/Debugger/RegisterBoxControl.cs @@ -136,7 +136,7 @@ namespace BizHawk.Client.EmuHawk { Name = register.Key, Text = register.Value.Value.ToHexString(register.Value.BitSize / 16), - Width = 45, + Width = 6 + ((register.Value.BitSize / 4) * 9), Location = new Point(40, y), MaxLength = register.Value.BitSize / 4, CharacterCasing = CharacterCasing.Upper