Tastudio - cell height padding of 0 instead of 1

This commit is contained in:
adelikat 2015-07-02 14:37:28 -04:00
parent 2790dcbf0d
commit 105b8d3a64
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ namespace BizHawk.Client.EmuHawk
UseCustomBackground = true; UseCustomBackground = true;
GridLines = true; GridLines = true;
CellWidthPadding = 3; CellWidthPadding = 3;
CellHeightPadding = 1; CellHeightPadding = 0;
CurrentCell = null; CurrentCell = null;
ScrollMethod = "near"; ScrollMethod = "near";