mirror of https://github.com/OpenTTD/OpenTTD
(svn r21759) -Codechange: Increase the initial horizontal size of the stationpicker slightly.
parent
9d8496e65e
commit
f5364269b5
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue