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;