Align all construction windows to the left, to make more space at the center of the screen

This commit is contained in:
pelya
2014-11-16 00:06:43 +02:00
parent 51c1484c78
commit 540ed6cce7
2 changed files with 4 additions and 2 deletions

View File

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