From c03cb2c8dbc83119dc811f65ed2a48cdeb3e6f2b Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 27 Jul 2007 12:49:04 +0000 Subject: (svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size. --- src/group_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/group_gui.cpp') diff --git a/src/group_gui.cpp b/src/group_gui.cpp index 62a1a4d42..62922ed9a 100644 --- a/src/group_gui.cpp +++ b/src/group_gui.cpp @@ -771,7 +771,7 @@ static void GroupWndProc(Window *w, WindowEvent *e) static const WindowDesc _group_desc = { - WDP_AUTO, WDP_AUTO, 526, 246, + WDP_AUTO, WDP_AUTO, 526, 246, 526, 246, WC_TRAINS_LIST, WC_NONE, WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE, _group_widgets, -- cgit v1.2.3-54-g00ecf