Extend drop down width a little - thx Andrebavila :)

Fix #5900
This commit is contained in:
niksedk 2022-04-10 21:21:03 +02:00
parent 328446e5b6
commit 0c9b8e6fd0

View File

@ -694,7 +694,7 @@
// comboBoxCpsLineLenCalc // comboBoxCpsLineLenCalc
// //
this.comboBoxCpsLineLenCalc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxCpsLineLenCalc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxCpsLineLenCalc.DropDownWidth = 170; this.comboBoxCpsLineLenCalc.DropDownWidth = 200;
this.comboBoxCpsLineLenCalc.FormattingEnabled = true; this.comboBoxCpsLineLenCalc.FormattingEnabled = true;
this.comboBoxCpsLineLenCalc.Location = new System.Drawing.Point(203, 351); this.comboBoxCpsLineLenCalc.Location = new System.Drawing.Point(203, 351);
this.comboBoxCpsLineLenCalc.Name = "comboBoxCpsLineLenCalc"; this.comboBoxCpsLineLenCalc.Name = "comboBoxCpsLineLenCalc";