From f5364269b550c59b7d1a80999f2d4bb862327ca2 Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 9 Jan 2011 15:34:58 +0000 Subject: (svn r21759) -Codechange: Increase the initial horizontal size of the stationpicker slightly. --- src/rail_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-54-g00ecf