Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
SDClowen committed Mar 21, 2024
1 parent b5c8005 commit b506156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/SDUI.Test/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ static void Main()
Application.SetHighDpiMode(HighDpiMode.PerMonitor | HighDpiMode.PerMonitorV2);
Application.SetCompatibleTextRenderingDefault(false);

//Application.SetDefaultFont(SDUI.Helpers.FontManager.Inter);
Application.SetDefaultFont(SDUI.Helpers.FontManager.Inter);
Application.Run(new MainWindow());
}
}

0 comments on commit b506156

Please sign in to comment.