(svn r21759) -Codechange: Increase the initial horizontal size of the stationpicker slightly.

This commit is contained in:
alberth
2011-01-09 15:34:58 +00:00
parent 2523c8e3b3
commit fc67b5b024

View File

@@ -1469,7 +1469,7 @@ static const NWidgetPart _nested_station_builder_widgets[] = {
/** High level window description of the station-build window (default & newGRF) */ /** High level window description of the station-build window (default & newGRF) */
static const WindowDesc _station_builder_desc( static const WindowDesc _station_builder_desc(
WDP_AUTO, 0, 0, WDP_AUTO, 350, 0,
WC_BUILD_STATION, WC_BUILD_TOOLBAR, WC_BUILD_STATION, WC_BUILD_TOOLBAR,
WDF_CONSTRUCTION, WDF_CONSTRUCTION,
_nested_station_builder_widgets, lengthof(_nested_station_builder_widgets) _nested_station_builder_widgets, lengthof(_nested_station_builder_widgets)