From fed8cd335daa783519604ebf84d769f5ad5925b8 Mon Sep 17 00:00:00 2001 From: adelikat Date: Tue, 26 Nov 2019 13:11:24 -0600 Subject: [PATCH] fix a few designer files I missed when refactoring default values --- .../tools/TAStudio/BookmarksBranchesBox.Designer.cs | 2 ++ BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.Designer.cs | 2 ++ 2 files changed, 4 insertions(+) diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.Designer.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.Designer.cs index a5dbabf00f..96745a9b0e 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.Designer.cs @@ -146,6 +146,8 @@ // // BranchView // + this.BranchView.CellWidthPadding = 3; + this.BranchView.GridLines = true; this.BranchView.AllowColumnReorder = false; this.BranchView.AllowColumnResize = false; this.BranchView.AlwaysScroll = false; diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.Designer.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.Designer.cs index fe614eb2d7..308dbc8e8c 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.Designer.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.Designer.cs @@ -185,6 +185,8 @@ // // MarkerView // + this.MarkerView.CellWidthPadding = 3; + this.MarkerView.GridLines = true; this.MarkerView.AllowColumnReorder = false; this.MarkerView.AllowColumnResize = false; this.MarkerView.AlwaysScroll = false;