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
 
@@ -1502,13 +1502,13 @@ static const NWidgetPart _nested_query_s
 
		NWidget(WWT_TEXTBTN, COLOUR_GREY, QUERY_STR_WIDGET_CANCEL), SetMinimalSize(86, 12), SetFill(1, 1), SetDataTip(STR_BUTTON_CANCEL, STR_NULL),
 
		NWidget(WWT_TEXTBTN, COLOUR_GREY, QUERY_STR_WIDGET_OK), SetMinimalSize(87, 12), SetFill(1, 1), SetDataTip(STR_BUTTON_OK, STR_NULL),
 
	EndContainer(),
 
};
 

	
 
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)