(svn r21759) -Codechange: Increase the initial horizontal size of the stationpicker slightly.
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user