changeset 17022:9ffd66619632 draft

(svn r21759) -Codechange: Increase the initial horizontal size of the stationpicker slightly.
author alberth <alberth@openttd.org>
date Sun, 09 Jan 2011 15:34:58 +0000
parents e3cc32cde2f8
children c0f6f17bb6d7
files src/rail_gui.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/rail_gui.cpp
+++ b/src/rail_gui.cpp
@@ -1469,7 +1469,7 @@
 
 /** 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)