Changeset - r18284:d7845dfa4ba1
[Not reviewed]
master
0 1 0
yexo - 13 years ago 2011-11-08 12:16:17
yexo@openttd.org
(svn r23130) -Change [FS#4825]: open the query string window centered as it (almost) always requires your attention
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/misc_gui.cpp
Show inline comments
 
@@ -1505,7 +1505,7 @@ static const NWidgetPart _nested_query_s
 
};
 

	
 
static const WindowDesc _query_string_desc(
 
	WDP_AUTO, 0, 0,
 
	WDP_CENTER, 0, 0,
 
	WC_QUERY_STRING, WC_NONE,
 
	0,
 
	_nested_query_string_widgets, lengthof(_nested_query_string_widgets)
0 comments (0 inline, 0 general)