Skip to content

Commit

Permalink
Rename the systemDpi field to use Pascal-case
Browse files Browse the repository at this point in the history
  • Loading branch information
0xC0000054 committed Apr 8, 2019
1 parent a5e1edc commit a4544c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DpiHelper.cs
Expand Up @@ -16,11 +16,11 @@ namespace PSFilterPdn
{
internal static class DpiHelper
{
private static readonly int systemDpi = InitializeSystemDpi();
private static readonly int SystemDpi = InitializeSystemDpi();

public static int GetSystemDpi()
{
return systemDpi;
return SystemDpi;
}

private static int InitializeSystemDpi()
Expand Down

0 comments on commit a4544c4

Please sign in to comment.