Input Roll - take a padding's width off the bottom of the column header
This commit is contained in:
parent
52e5286d72
commit
fb4b4f4e34
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue