diff --git a/Constant/CommonEnum.cs b/Constant/CommonEnum.cs index c45c948..afd9430 100644 --- a/Constant/CommonEnum.cs +++ b/Constant/CommonEnum.cs @@ -5,8 +5,8 @@ namespace GeekDesk.Constant { public enum CommonEnum { - WINDOW_WIDTH = 666, //默认窗体宽度 - WINDOW_HEIGHT = 500, //默认窗体高度 + WINDOW_WIDTH = 850, //默认窗体宽度 + WINDOW_HEIGHT = 600, //默认窗体高度 MENU_CARD_WIDHT = 165, //默认菜单栏宽度 IMAGE_WIDTH = 45, //默认图标宽度 IMAGE_HEIGHT = 45, //默认图标高度