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

pull/155/head
yexo 13 years ago
parent 23bf62c77a
commit 7f7cab9ec5

@ -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)

Loading…
Cancel
Save