From 049491ca1cf569153eb8a5004a8a657292bf8f39 Mon Sep 17 00:00:00 2001 From: lempamo Date: Mon, 27 Mar 2017 10:53:12 -0400 Subject: added title bar font --- TimeHACK.Engine/Template/WinClassic.Designer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TimeHACK.Engine/Template/WinClassic.Designer.cs') diff --git a/TimeHACK.Engine/Template/WinClassic.Designer.cs b/TimeHACK.Engine/Template/WinClassic.Designer.cs index 6fc4a78..0bd8a43 100644 --- a/TimeHACK.Engine/Template/WinClassic.Designer.cs +++ b/TimeHACK.Engine/Template/WinClassic.Designer.cs @@ -119,7 +119,7 @@ // Title // this.Title.AutoSize = true; - this.Title.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.Title.Font = fnt; this.Title.ForeColor = System.Drawing.Color.White; this.Title.Location = new System.Drawing.Point(23, 3); this.Title.Name = "Title"; -- cgit v1.2.3