mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 14:31:50 +00:00
wider combobox dropdown for enumerations in argument boxes
This commit is contained in:
parent
e235dfed27
commit
178b6d1067
1 changed files with 1 additions and 0 deletions
1
Source/Controls/ArgumentBox.Designer.cs
generated
1
Source/Controls/ArgumentBox.Designer.cs
generated
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue