From 276d2c5fe3c1b3f6a925342132596542cd073f70 Mon Sep 17 00:00:00 2001 From: LHY0125 <3364451258@qq.com> Date: Wed, 18 Mar 2026 21:09:13 +0800 Subject: [PATCH] =?UTF-8?q?docs(config.h):=20=E4=B8=BAUI=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=B8=B8=E9=87=8F=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/config.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/include/config.h b/include/config.h index 1a0fc8a..2efadda 100644 --- a/include/config.h +++ b/include/config.h @@ -6,23 +6,23 @@ // ============================================================================ // 对话框设置 -#define UI_DLG_SIZE "500x400" +#define UI_DLG_SIZE "500x400" // 对话框默认大小 // 列表控件设置 -#define UI_LIST_ITEM_PADDING "5x5" -#define UI_LIST_BACKCOLOR "255 255 255" +#define UI_LIST_ITEM_PADDING "5x5" // 列表项内边距 +#define UI_LIST_BACKCOLOR "255 255 255" // 列表背景颜色 // 按钮设置 -#define UI_BTN_RASTERSIZE "100x32" +#define UI_BTN_RASTERSIZE "100x32" // 按钮默认大小 // 布局间隙和边距 -#define UI_VBOX_GAP "5" -#define UI_VBOX_MARGIN "0x0" -#define UI_VBOX_ALL_MARGIN "10x10" -#define UI_VBOX_ALL_GAP "5" +#define UI_VBOX_GAP "5" // 垂直布局项间隙 +#define UI_VBOX_MARGIN "0x0" // 垂直布局外边距 +#define UI_VBOX_ALL_MARGIN "10x10" // 垂直布局总外边距 +#define UI_VBOX_ALL_GAP "5" // 垂直布局总间隙 -#define UI_HBOX_GAP "10" -#define UI_HBOX_MARGIN "10x10" -#define UI_HBOX_ALIGNMENT "ACENTER" +#define UI_HBOX_GAP "10" // 水平布局项间隙 +#define UI_HBOX_MARGIN "10x10" // 水平布局外边距 +#define UI_HBOX_ALIGNMENT "ACENTER" // 水平布局对齐方式 #endif // CONFIG_H