From 44d3f960cbef333cddd7bfc495d91e0ea5063ffb Mon Sep 17 00:00:00 2001 From: ONEO Date: Mon, 6 Jul 2020 10:27:14 +0800 Subject: [PATCH] add Dpi Awareness --- SourceGit/App.config | 8 ++++---- SourceGit/App.manifest | 14 ++++++++++++++ SourceGit/SourceGit.csproj | 1 + 3 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 SourceGit/App.manifest diff --git a/SourceGit/App.config b/SourceGit/App.config index 3699f9dd..941cc663 100644 --- a/SourceGit/App.config +++ b/SourceGit/App.config @@ -1,6 +1,6 @@ - + - - - + + + \ No newline at end of file diff --git a/SourceGit/App.manifest b/SourceGit/App.manifest new file mode 100644 index 00000000..5a6db8f3 --- /dev/null +++ b/SourceGit/App.manifest @@ -0,0 +1,14 @@ + + + + + + + + + + PerMonitorV2 + true + + + diff --git a/SourceGit/SourceGit.csproj b/SourceGit/SourceGit.csproj index 35ac30eb..9e32b367 100644 --- a/SourceGit/SourceGit.csproj +++ b/SourceGit/SourceGit.csproj @@ -9,6 +9,7 @@ Leo OpenSource GIT client for Windows Copyright © sourcegit 2020. All rights reserved. + App.manifest