Skip to content

Commit

Permalink
Use system font in the app
Browse files Browse the repository at this point in the history
  • Loading branch information
lostindark committed Nov 15, 2020
1 parent 32098ab commit acaaf91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rapr/DSEForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ public DSEForm()
Thread.CurrentThread.CurrentUICulture = lang;
}

this.Font = SystemFonts.MessageBoxFont;

this.InitializeComponent();

this.Icon = DSEFormHelper.ExtractAssociatedIcon(Application.ExecutablePath);
Expand Down

0 comments on commit acaaf91

Please sign in to comment.