mirror of
https://github.com/LHY0125/Gobang-Game.git
synced 2026-06-29 00:45:55 +08:00
fix(gui): 增大主菜单窗口尺寸防止内容截断
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -538,7 +538,7 @@ void create_main_menu()
|
||||
IupSetAttribute(menu_dlg, "MINBOX", "NO");
|
||||
IupSetAttribute(menu_dlg, "MAXBOX", "NO");
|
||||
IupSetAttribute(menu_dlg, "BGCOLOR", CLR_WINDOW_BG);
|
||||
IupSetAttribute(menu_dlg, "SIZE", "360x480");
|
||||
IupSetAttribute(menu_dlg, "SIZE", "380x520");
|
||||
|
||||
// 设置对话框关闭回调 (点X关闭程序)
|
||||
IupSetCallback(menu_dlg, "CLOSE_CB", (Icallback)btn_exit_cb);
|
||||
|
||||
Reference in New Issue
Block a user