Debugger - slight positioning fix

This commit is contained in:
adelikat 2014-12-20 03:58:07 +00:00
parent fe2abe787b
commit 805bbfb830
1 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ namespace BizHawk.Client.EmuHawk
{ {
DisassemblerBox.Controls.Add(new Label DisassemblerBox.Controls.Add(new Label
{ {
Location = new Point(30, 23), Location = new Point(35, 23),
Text = Disassembler.Cpu Text = Disassembler.Cpu
}); });
} }
@ -120,7 +120,7 @@ namespace BizHawk.Client.EmuHawk
{ {
DisassemblerBox.Controls.Add(new Label DisassemblerBox.Controls.Add(new Label
{ {
Location = new Point(30, 23), Location = new Point(35, 23),
Text = Disassembler.Cpu Text = Disassembler.Cpu
}); });
} }