Adjust TrainNodeTypeComboBox width to fit updated items

This commit is contained in:
dexy 2024-07-16 07:59:23 +10:00
parent a92ce59337
commit 58ef636c1b

View File

@ -52,7 +52,7 @@
"6 - Underground Station Right"});
this.TrainNodeTypeComboBox.Location = new System.Drawing.Point(76, 45);
this.TrainNodeTypeComboBox.Name = "TrainNodeTypeComboBox";
this.TrainNodeTypeComboBox.Size = new System.Drawing.Size(142, 21);
this.TrainNodeTypeComboBox.Size = new System.Drawing.Size(224, 21);
this.TrainNodeTypeComboBox.TabIndex = 47;
this.TrainNodeTypeComboBox.SelectedIndexChanged += new System.EventHandler(this.TrainNodeTypeComboBox_SelectedIndexChanged);
//