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/";