From a428bf2117d61d92e41e48454601a4e788847e9e Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 9 Apr 2017 12:31:17 -0400 Subject: gave proper font to ie4 --- TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TimeHACK.Main/OS') diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs index 912fc8f..2e24707 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/WinClassicIE4.cs @@ -4,6 +4,7 @@ using System.Drawing; using System.Runtime.InteropServices; using System.Windows.Forms; using TimeHACK.Engine; +using TimeHACK.Engine.Template; namespace TimeHACK.OS.Win95.Win95Apps { @@ -25,6 +26,8 @@ namespace TimeHACK.OS.Win95.Win95Apps for (int i = 0; i < 99; i++) browsinghistory.Add(null); welcomeinternetscreen.Show(); welcomeinternetscreen.Dock = DockStyle.Fill; + foreach (ToolStripMenuItem item in MenuStrip3.Items) item.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0))); + foreach (Control ctrl in Panel1.Controls) ctrl.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((0))); } private void hidePrograms() -- cgit v1.2.3