Adjust boxes
DisplayTags panel, set docking to fill (had top)
This commit is contained in:
parent
3d650e496a
commit
7cc3f73b66
Binary file not shown.
@ -893,7 +893,7 @@ namespace VEPROMS
|
|||||||
//
|
//
|
||||||
this.displayTags.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
this.displayTags.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
||||||
this.displayTags.CurItemInfo = null;
|
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.IsVisible = false;
|
||||||
this.displayTags.Location = new System.Drawing.Point(0, 0);
|
this.displayTags.Location = new System.Drawing.Point(0, 0);
|
||||||
this.displayTags.Margin = new System.Windows.Forms.Padding(2);
|
this.displayTags.Margin = new System.Windows.Forms.Padding(2);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user