diff --git a/ConfigGenerator/ConfigGenerator.csproj b/ConfigGenerator/ConfigGenerator.csproj index feb1949e2..5b82d7ef7 100644 --- a/ConfigGenerator/ConfigGenerator.csproj +++ b/ConfigGenerator/ConfigGenerator.csproj @@ -38,7 +38,8 @@ false - cirno.ico + + @@ -106,7 +107,6 @@ - diff --git a/ConfigGenerator/MainForm.Designer.cs b/ConfigGenerator/MainForm.Designer.cs index f3b73d612..3c509312b 100644 --- a/ConfigGenerator/MainForm.Designer.cs +++ b/ConfigGenerator/MainForm.Designer.cs @@ -36,7 +36,7 @@ this.MainTab.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.MainTab.HotTrack = true; this.MainTab.Location = new System.Drawing.Point(14, 14); - this.MainTab.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.MainTab.Margin = new System.Windows.Forms.Padding(4); this.MainTab.Multiline = true; this.MainTab.Name = "MainTab"; this.MainTab.SelectedIndex = 0; @@ -58,7 +58,7 @@ this.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(238))); this.HelpButton = true; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); - this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.Margin = new System.Windows.Forms.Padding(4); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "MainForm"; diff --git a/ConfigGenerator/cirno.ico b/ConfigGenerator/cirno.ico deleted file mode 100644 index 1d8c2e1eb..000000000 Binary files a/ConfigGenerator/cirno.ico and /dev/null differ