Input Roll - fix vertical scrollbar placement logic

This commit is contained in:
adelikat 2014-09-16 20:54:18 +00:00
parent 39b7b1c1fc
commit cee8c0dcb9
1 changed files with 1 additions and 0 deletions

View File

@ -1165,6 +1165,7 @@ namespace BizHawk.Client.EmuHawk
VBar.Maximum = RowsToPixels(RowCount + 1) - DrawHeight + VBar.LargeChange - 1;
}
VBar.Location = new Point(Width - 17, 0);
VBar.Size = new Size(VBar.Width, Height);
VBar.Visible = true;
}