Adjust boxes

DisplayTags panel, set docking to fill (had top)
This commit is contained in:
Kathy Ruffing 2015-06-04 14:52:40 +00:00
parent 3d650e496a
commit 7cc3f73b66
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -893,7 +893,7 @@ namespace VEPROMS
//
this.displayTags.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.displayTags.CurItemInfo = null;
this.displayTags.Dock = System.Windows.Forms.DockStyle.Top;
this.displayTags.Dock = System.Windows.Forms.DockStyle.Fill; //System.Windows.Forms.DockStyle.Top;
this.displayTags.IsVisible = false;
this.displayTags.Location = new System.Drawing.Point(0, 0);
this.displayTags.Margin = new System.Windows.Forms.Padding(2);