(svn r23130) -Change [FS#4825]: open the query string window centered as it (almost) always requires your attention

This commit is contained in:
yexo 2011-11-08 12:16:17 +00:00
parent fe574b7e0c
commit d5539f76d3
1 changed files with 1 additions and 1 deletions

View File

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