Browse Source

添加变量

liufei 3 years ago
parent
commit
1457265496
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Constant/Constants.cs

+ 2 - 0
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");