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/console.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console.cpp') diff --git a/src/console.cpp b/src/console.cpp index cdb8f4bf7..f487ff021 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -200,7 +200,7 @@ static const Widget _iconsole_window_widgets[] = { }; static const WindowDesc _iconsole_window_desc = { - 0, 0, 2, 2, + 0, 0, 2, 2, 2, 2, WC_CONSOLE, WC_NONE, WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS, _iconsole_window_widgets, -- cgit v1.2.3-54-g00ecf