Widen dropdown for longer item names

This commit is contained in:
Kurt 2020-03-29 15:12:32 -07:00
parent b9ef2eb314
commit b28d999596

View File

@ -54,6 +54,7 @@ private void InitializeComponent()
//
// CB_ItemID
//
this.CB_ItemID.DropDownWidth = 322;
this.CB_ItemID.FormattingEnabled = true;
this.CB_ItemID.Location = new System.Drawing.Point(3, 3);
this.CB_ItemID.Name = "CB_ItemID";