diff options
| author | lempamo <[email protected]> | 2017-09-23 12:23:10 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-09-23 12:23:10 -0400 |
| commit | 1ee3e00f8f0ee879fce4edf7d1ba9889335bc826 (patch) | |
| tree | b446c4d9856ad463c11d087da4355efbf5630da7 /Histacom2/GlobalPrograms/InstallerPanes/DirectoryPane.cs | |
| parent | 245a7c360bf2b6a6892abd32d3693847103d1132 (diff) | |
| download | histacom2-1ee3e00f8f0ee879fce4edf7d1ba9889335bc826.tar.gz histacom2-1ee3e00f8f0ee879fce4edf7d1ba9889335bc826.tar.bz2 histacom2-1ee3e00f8f0ee879fce4edf7d1ba9889335bc826.zip | |
EULA Pane & Disabled buttons
Diffstat (limited to 'Histacom2/GlobalPrograms/InstallerPanes/DirectoryPane.cs')
| -rw-r--r-- | Histacom2/GlobalPrograms/InstallerPanes/DirectoryPane.cs | 3 |
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); } } } |
