(svn r25918) -Fix: Center the edit sign window like all query windows. (Juanjo)

This commit is contained in:
frosch 2013-10-28 10:05:00 +00:00
parent e4a599424f
commit 2b8e66e3e3
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ static const NWidgetPart _nested_query_sign_edit_widgets[] = {
};
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)