diff options
author | alberth <alberth@openttd.org> | 2011-01-09 15:34:58 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2011-01-09 15:34:58 +0000 |
commit | f5364269b550c59b7d1a80999f2d4bb862327ca2 (patch) | |
tree | ae185f955462e44a49464a3ec28e6de45fb0f0f8 | |
parent | 9d8496e65e84d47fd46980d04325cfbc04036b29 (diff) | |
download | openttd-f5364269b550c59b7d1a80999f2d4bb862327ca2.tar.xz |
(svn r21759) -Codechange: Increase the initial horizontal size of the stationpicker slightly.
-rw-r--r-- | src/rail_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rail_gui.cpp b/src/rail_gui.cpp index 223c60073..8e8a24d2a 100644 --- a/src/rail_gui.cpp +++ b/src/rail_gui.cpp @@ -1469,7 +1469,7 @@ static const NWidgetPart _nested_station_builder_widgets[] = { /** High level window description of the station-build window (default & newGRF) */ static const WindowDesc _station_builder_desc( - WDP_AUTO, 0, 0, + WDP_AUTO, 350, 0, WC_BUILD_STATION, WC_BUILD_TOOLBAR, WDF_CONSTRUCTION, _nested_station_builder_widgets, lengthof(_nested_station_builder_widgets) |