fixed clipping issues in drop down box
This commit is contained in:
parent
37a0f16e65
commit
ce2066c1ed
|
|
@ -194,6 +194,7 @@
|
|||
// AssetDownloader_URLSelection
|
||||
//
|
||||
this.AssetDownloader_URLSelection.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.AssetDownloader_URLSelection.DropDownWidth = 242;
|
||||
this.AssetDownloader_URLSelection.FormattingEnabled = true;
|
||||
this.AssetDownloader_URLSelection.Items.AddRange(new object[] {
|
||||
"https://assetdelivery.roblox.com/",
|
||||
|
|
|
|||
Loading…
Reference in New Issue