diff options
| author | AShifter <[email protected]> | 2017-04-01 18:30:53 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-01 18:30:53 -0600 |
| commit | ef8f165210c792e3e8241b84d555bcaed9b55fd0 (patch) | |
| tree | 0d7c8232a28d445225b6502e3da824c868bd402f /TimeHACK.Engine/WindowManager.cs | |
| parent | f99047081ffb1a0b3eba208155324d0e2f050d4c (diff) | |
| parent | 6ba96ec87914e667eb48207bee2d622326c074f7 (diff) | |
| download | histacom2-ef8f165210c792e3e8241b84d555bcaed9b55fd0.tar.gz histacom2-ef8f165210c792e3e8241b84d555bcaed9b55fd0.tar.bz2 histacom2-ef8f165210c792e3e8241b84d555bcaed9b55fd0.zip | |
Merge pull request #27 from lempamo/master
Master
Diffstat (limited to 'TimeHACK.Engine/WindowManager.cs')
| -rw-r--r-- | TimeHACK.Engine/WindowManager.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs index fb6090f..be73ab2 100644 --- a/TimeHACK.Engine/WindowManager.cs +++ b/TimeHACK.Engine/WindowManager.cs @@ -22,6 +22,7 @@ namespace TimeHACK.Engine pfc.AddFontFile(AppDomain.CurrentDomain.BaseDirectory + "\\LeviWindows.ttf"); Font fnt = new Font(pfc.Families[0], 16F, FontStyle.Regular, GraphicsUnit.Point, ((byte)(0))); app.fnt = fnt; + app.Title.Font = new Font(pfc.Families[0], 16F, FontStyle.Bold, GraphicsUnit.Point, ((0))); // Setup UC content.Parent = app.programContent; content.BringToFront(); |
