(svn r23130) -Change [FS#4825]: open the query string window centered as it (almost) always requires your attention
This commit is contained in:
@@ -1505,7 +1505,7 @@ static const NWidgetPart _nested_query_string_widgets[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const WindowDesc _query_string_desc(
|
static const WindowDesc _query_string_desc(
|
||||||
WDP_AUTO, 0, 0,
|
WDP_CENTER, 0, 0,
|
||||||
WC_QUERY_STRING, WC_NONE,
|
WC_QUERY_STRING, WC_NONE,
|
||||||
0,
|
0,
|
||||||
_nested_query_string_widgets, lengthof(_nested_query_string_widgets)
|
_nested_query_string_widgets, lengthof(_nested_query_string_widgets)
|
||||||
|
Reference in New Issue
Block a user