fix a few designer files I missed when refactoring default values
This commit is contained in:
parent
47273f1278
commit
fed8cd335d
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue