From 6fcc599eff1f74d2c2932df7086ed29b55fa5b86 Mon Sep 17 00:00:00 2001 From: liufei Date: Thu, 20 Jan 2022 15:46:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Constant/CommonEnum.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, //默认图标高度