mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-12 10:30:28 +00:00
(svn r25918) -Fix: Center the edit sign window like all query windows. (Juanjo)
This commit is contained in:
parent
e4a599424f
commit
2b8e66e3e3
@ -541,7 +541,7 @@ static const NWidgetPart _nested_query_sign_edit_widgets[] = {
|
||||
};
|
||||
|
||||
static WindowDesc _query_sign_edit_desc(
|
||||
WDP_AUTO, "query_sign", 0, 0,
|
||||
WDP_CENTER, "query_sign", 0, 0,
|
||||
WC_QUERY_STRING, WC_NONE,
|
||||
WDF_CONSTRUCTION,
|
||||
_nested_query_sign_edit_widgets, lengthof(_nested_query_sign_edit_widgets)
|
||||
|
Loading…
Reference in New Issue
Block a user