mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
(svn r23130) -Change [FS#4825]: open the query string window centered as it (almost) always requires your attention
This commit is contained in:
parent
fe574b7e0c
commit
d5539f76d3
@ -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…
Reference in New Issue
Block a user