From 105b8d3a64e6c802cff55de93c3274614c61c7b4 Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 2 Jul 2015 14:37:28 -0400 Subject: [PATCH] Tastudio - cell height padding of 0 instead of 1 --- BizHawk.Client.EmuHawk/tools/TAStudio/InputRoll.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/InputRoll.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/InputRoll.cs index 478c0729f6..8f7ca67b39 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/InputRoll.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/InputRoll.cs @@ -50,7 +50,7 @@ namespace BizHawk.Client.EmuHawk UseCustomBackground = true; GridLines = true; CellWidthPadding = 3; - CellHeightPadding = 1; + CellHeightPadding = 0; CurrentCell = null; ScrollMethod = "near";