wider combobox dropdown for enumerations in argument boxes

This commit is contained in:
codeimp 2008-05-29 22:36:17 +00:00
parent e235dfed27
commit 178b6d1067

View file

@ -34,6 +34,7 @@ namespace CodeImp.DoomBuilder.Controls
//
// combobox
//
this.combobox.DropDownWidth = 130;
this.combobox.Location = new System.Drawing.Point(0, 1);
this.combobox.Name = "combobox";
this.combobox.Size = new System.Drawing.Size(149, 22);