Changeset - r12814:d3ea363c27e5
[Not reviewed]
master
0 1 0
alberth - 15 years ago 2009-08-30 08:10:00
alberth@openttd.org
(svn r17314) -Fix (r17313): Allow the picker window to change size.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/road_gui.cpp
Show inline comments
 
@@ -1004,7 +1004,7 @@ static const NWidgetPart _nested_rv_stat
 
											SetDataTip(STR_STATION_BUILD_COVERAGE_ON, STR_STATION_BUILD_COVERAGE_AREA_ON_TOOLTIP),
 
			NWidget(NWID_SPACER), SetFill(true, false),
 
		EndContainer(),
 
		NWidget(NWID_SPACER), SetMinimalSize(0, 32),
 
		NWidget(NWID_SPACER), SetMinimalSize(0, 10), SetResize(0, 1),
 
	EndContainer(),
 
};
 

	
0 comments (0 inline, 0 general)