aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
diff options
context:
space:
mode:
authorAlex-TIMEHACK <[email protected]>2017-11-04 08:51:38 +0000
committerAlex-TIMEHACK <[email protected]>2017-11-04 08:51:38 +0000
commit2a473d05a34afe51cf0f5340cbdd48ad4e771657 (patch)
treecb56388b842b65876e237c957b33c71ca31d1836 /Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
parent81cde79fccd0b46e5af1109968f16f5249b27555 (diff)
downloadhistacom2-2a473d05a34afe51cf0f5340cbdd48ad4e771657.tar.gz
histacom2-2a473d05a34afe51cf0f5340cbdd48ad4e771657.tar.bz2
histacom2-2a473d05a34afe51cf0f5340cbdd48ad4e771657.zip
ClassicDropDown + ClassicTextBox!
Finally! It only took 2 months...
Diffstat (limited to 'Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.cs')
-rw-r--r--Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.cs b/Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
index 9038a96..f118542 100644
--- a/Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
+++ b/Histacom2/OS/Win95/Win95Apps/Win95WindowsExplorer.cs
@@ -45,6 +45,8 @@ namespace Histacom2.OS.Win95.Win95Apps
ctrl.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((byte)(0)));
}
+ txtSave.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((byte)(0)));
+ cmbType.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((byte)(0)));
//Histacom2.Engine.UI.CustomTextBox ctb = new Histacom2.Engine.UI.CustomTextBox(textBox1);
}