Tastudio - cell height padding of 0 instead of 1
This commit is contained in:
parent
2790dcbf0d
commit
105b8d3a64
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue