From ff32ea24fc031a7d3c3ca259cd75bbee48a9cb96 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sat, 28 Nov 2009 13:38:34 +0000 Subject: (svn r18311) -Codechange: no need to hardcode locations of some 'random' windows --- src/cheat_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cheat_gui.cpp') diff --git a/src/cheat_gui.cpp b/src/cheat_gui.cpp index 1740ca163..1ded18389 100644 --- a/src/cheat_gui.cpp +++ b/src/cheat_gui.cpp @@ -316,7 +316,7 @@ struct CheatWindow : Window { }; static const WindowDesc _cheats_desc( - 240, 22, 0, 0, + WDP_AUTO, WDP_AUTO, 0, 0, WC_CHEATS, WC_NONE, WDF_UNCLICK_BUTTONS, _nested_cheat_widgets, lengthof(_nested_cheat_widgets) -- cgit v1.2.3-54-g00ecf