aboutsummaryrefslogtreecommitdiff
path: root/Histacom2/GlobalPrograms/InstallerPanes/DirectoryPane.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Histacom2/GlobalPrograms/InstallerPanes/DirectoryPane.cs')
-rw-r--r--Histacom2/GlobalPrograms/InstallerPanes/DirectoryPane.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/Histacom2/GlobalPrograms/InstallerPanes/DirectoryPane.cs b/Histacom2/GlobalPrograms/InstallerPanes/DirectoryPane.cs
index 7e415dd..ae30ae0 100644
--- a/Histacom2/GlobalPrograms/InstallerPanes/DirectoryPane.cs
+++ b/Histacom2/GlobalPrograms/InstallerPanes/DirectoryPane.cs
@@ -7,6 +7,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
+using Histacom2.Engine;
namespace Histacom2.GlobalPrograms.InstallerPanes
{
@@ -21,6 +22,8 @@ namespace Histacom2.GlobalPrograms.InstallerPanes
{
classicLabel3.Text = $"Setup will install {((WinClassicInstaller)Parent.Parent).progName} to the destination folder.";
classicLabel5.Text = $"C:\\Program Files\\12padams\\{((WinClassicInstaller)Parent.Parent).progName}\\";
+
+ groupBox1.Font = new Font(TitleScreen.pfc.Families[0], 16F, FontStyle.Regular);
}
}
}