mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 17:53:01 +02:00
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
Block a user