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();
|
UpdateCellSize();
|
||||||
ColumnWidth = CellWidth;
|
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
|
//TODO Figure out how to use the width and height properties of the scrollbars instead of 17
|
||||||
VBar = new VScrollBar
|
VBar = new VScrollBar
|
||||||
|
|
Loading…
Reference in New Issue