1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 18:39:10 +00:00

(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 9d8496e65e
commit f5364269b5

View File

@@ -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)