Input Roll - take a padding's width off the bottom of the column header

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

View File

@ -54,7 +54,7 @@ namespace BizHawk.Client.EmuHawk
UpdateCellSize();
ColumnWidth = CellWidth;
ColumnHeight = CellHeight + 5;
ColumnHeight = CellHeight + 2;
//TODO Figure out how to use the width and height properties of the scrollbars instead of 17
VBar = new VScrollBar