From c4fa43b6285d33b43b3013e4f91f6a30964dff9a Mon Sep 17 00:00:00 2001 From: FireMonkey <38590471+ItsFireMonkey@users.noreply.github.com> Date: Fri, 31 May 2019 20:58:34 -0400 Subject: [PATCH] About Page Fix #4 --- FModel/Forms/About.Designer.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/FModel/Forms/About.Designer.cs b/FModel/Forms/About.Designer.cs index 69c60a28..ccbd4b68 100644 --- a/FModel/Forms/About.Designer.cs +++ b/FModel/Forms/About.Designer.cs @@ -119,9 +119,6 @@ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(467, 145); - this.Controls.Add(this.label8); - this.Controls.Add(this.label6); - this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.linkLabel2); this.Controls.Add(this.linkLabel1); @@ -151,8 +148,5 @@ private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; - private System.Windows.Forms.Label label5; - private System.Windows.Forms.Label label6; - private System.Windows.Forms.Label label8; } }