diff options
author | frosch <frosch@openttd.org> | 2013-10-28 10:05:00 +0000 |
---|---|---|
committer | frosch <frosch@openttd.org> | 2013-10-28 10:05:00 +0000 |
commit | 2b8e66e3e3b4a6af06a56da7bd398c639d265ef4 (patch) | |
tree | 339fdf57aac3563cba3964969499e3f6714a9805 | |
parent | e4a599424f012c3cdb8086c697fd02bad7988b25 (diff) | |
download | openttd-2b8e66e3e3b4a6af06a56da7bd398c639d265ef4.tar.xz |
(svn r25918) -Fix: Center the edit sign window like all query windows. (Juanjo)
-rw-r--r-- | src/signs_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/signs_gui.cpp b/src/signs_gui.cpp index aa2154e49..aeac02eb9 100644 --- a/src/signs_gui.cpp +++ b/src/signs_gui.cpp @@ -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) |