mirror of https://github.com/OpenTTD/OpenTTD
(svn r23130) -Change [FS#4825]: open the query string window centered as it (almost) always requires your attention
parent
fe574b7e0c
commit
d5539f76d3
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue