Skip to content

Commit b2e3b78

Browse files
committed
Made Forms more DPI aware.
1 parent 2838955 commit b2e3b78

6 files changed

Lines changed: 954 additions & 204 deletions

File tree

CrashReporter.NET/CrashReport.Designer.cs

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CrashReporter.NET/CrashReport.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ internal partial class CrashReport : Form
2626
public CrashReport(ReportCrash reportCrashObject)
2727
{
2828
InitializeComponent();
29+
HelperMethods.UseSystemFont(this);
2930
toolTip.ToolTipTitle = Resources.ToolTipTitle;
3031
_reportCrash = reportCrashObject;
3132
Text = string.Format(Resources.TitleText, _reportCrash.ApplicationTitle,

0 commit comments

Comments
 (0)