Changeset - r20874:980bd6fe24cc
[Not reviewed]
master
0 1 0
frosch - 11 years ago 2013-10-28 10:05:00
frosch@openttd.org
(svn r25918) -Fix: Center the edit sign window like all query windows. (Juanjo)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/signs_gui.cpp
Show inline comments
 
@@ -541,7 +541,7 @@ static const NWidgetPart _nested_query_s
 
};
 

	
 
static WindowDesc _query_sign_edit_desc(
 
	WDP_AUTO, "query_sign", 0, 0,
 
	WDP_CENTER, "query_sign", 0, 0,
 
	WC_QUERY_STRING, WC_NONE,
 
	WDF_CONSTRUCTION,
 
	_nested_query_sign_edit_widgets, lengthof(_nested_query_sign_edit_widgets)
0 comments (0 inline, 0 general)