Hex Editor - move "nibble" display to a readable place (broken from the header speed optimization)

This commit is contained in:
adelikat 2012-06-25 03:21:54 +00:00
parent 5f3f6547aa
commit 690fb786a5
1 changed files with 1 additions and 1 deletions

View File

@ -1094,7 +1094,7 @@ namespace BizHawk.MultiClient
}
if (HasNibbles())
{
e.Graphics.DrawString(MakeNibbles(), new Font("Courier New", 8, FontStyle.Italic), Brushes.Black, new Point(8,10));
e.Graphics.DrawString(MakeNibbles(), new Font("Courier New", 8, FontStyle.Italic), Brushes.Black, new Point(158,4));
}
}