Debugger - slight positioning fix
This commit is contained in:
parent
fe2abe787b
commit
805bbfb830
|
@ -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
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue