mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-17 04:22:54 +08:00
Adjust TrainNodeTypeComboBox width to fit updated items
This commit is contained in:
parent
a92ce59337
commit
58ef636c1b
@ -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);
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user