Update Icon

This commit is contained in:
2023-08-02 19:35:43 +02:00
parent 7bd7297e69
commit de8a653d14
14 changed files with 19028 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateVanillaInstance));
this.versionsList = new System.Windows.Forms.ListView();
this.mcVer = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.releaseDate = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
@@ -256,6 +257,7 @@
this.Controls.Add(this.filterLabel);
this.Controls.Add(this.versionsList);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "CreateVanillaInstance";