From 1457265496df443daebcddf165a7944d235f4804 Mon Sep 17 00:00:00 2001 From: liufei Date: Thu, 7 Apr 2022 20:28:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Constant/Constants.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Constant/Constants.cs b/Constant/Constants.cs index ea5516d..a1b482e 100644 --- a/Constant/Constants.cs +++ b/Constant/Constants.cs @@ -26,6 +26,8 @@ namespace GeekDesk.Constant public static string ERROR_FILE_PATH = APP_DIR + "Error.log"; + public static int SHADOW_WIDTH = 20; + //系统图标 public static Hashtable SYSTEM_ICONS = (Hashtable)ConfigurationManager.GetSection("SystemIcons");