fix a few designer files I missed when refactoring default values

This commit is contained in:
adelikat 2019-11-26 13:11:24 -06:00
parent 47273f1278
commit fed8cd335d
2 changed files with 4 additions and 0 deletions

View File

@ -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;

View File

@ -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;