From b3d80424529ccfb152693f480c73b4a0287877a7 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:53:40 +0800 Subject: [PATCH] The lower limit of the font size from 10 to 8 --- v2rayN/ServiceLib/Global.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Global.cs b/v2rayN/ServiceLib/Global.cs index 89fb435f..7436effb 100644 --- a/v2rayN/ServiceLib/Global.cs +++ b/v2rayN/ServiceLib/Global.cs @@ -76,7 +76,7 @@ public const int MaxPort = 65536; public const string DelayUnit = ""; public const string SpeedUnit = ""; - public const int MinFontSize = 10; + public const int MinFontSize = 8; public const string RebootAs = "rebootas"; public const string AvaAssets = "avares://v2rayN/Assets/";