Input Roll - fix horizontal scroll bar placement logic

This commit is contained in:
adelikat 2014-09-22 15:19:04 +00:00
parent 0ef72d3ab2
commit 52e5286d72
1 changed files with 1 additions and 0 deletions

View File

@ -1257,6 +1257,7 @@ namespace BizHawk.Client.EmuHawk
}
else
{
VBar.Location = new Point(0, Height - 17);
HBar.Size = new Size(Width, HBar.Height);
}
}