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