Changeset - r17012:d7f2c831e160
[Not reviewed]
master
0 1 0
alberth - 14 years ago 2011-01-09 15:34:58
alberth@openttd.org
(svn r21759) -Codechange: Increase the initial horizontal size of the stationpicker slightly.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/rail_gui.cpp
Show inline comments
 
@@ -1469,7 +1469,7 @@ static const NWidgetPart _nested_station
 

	
 
/** 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)
0 comments (0 inline, 0 general)