Skip to content

Commit

Permalink
Switched HighDpiMode to PerMonitorV2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nifyr committed Jan 25, 2024
1 parent bd76078 commit 164c23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ static class Program
[STAThread]
static void Main()
{
Application.SetHighDpiMode(HighDpiMode.SystemAware);
Application.SetHighDpiMode(HighDpiMode.PerMonitorV2);
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new MainForm());
Expand Down

0 comments on commit 164c23d

Please sign in to comment.