From a13aee0c606b673d9c55851bc349463d6baf8518 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=99=88=E5=9B=BD=E4=BC=9F?= <366193849@qq.com>
Date: Mon, 29 Nov 2021 09:15:27 +0800
Subject: [PATCH] =?UTF-8?q?DPI=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
FastGithub.UI/Program.cs | 18 ++++++-
FastGithub.UI/Resource/issue.html | 81 +++++++++++++++----------------
2 files changed, 57 insertions(+), 42 deletions(-)
diff --git a/FastGithub.UI/Program.cs b/FastGithub.UI/Program.cs
index c993431..3a8702b 100644
--- a/FastGithub.UI/Program.cs
+++ b/FastGithub.UI/Program.cs
@@ -25,6 +25,7 @@ namespace FastGithub.UI
}
StartFastGithub();
+ SetWebBrowserDPI();
SetWebBrowserVersion();
var app = new Application();
@@ -69,12 +70,27 @@ namespace FastGithub.UI
registryKey.SetValue(name, value, RegistryValueKind.DWord);
}
+ ///