summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-08-30 08:10:00 +0000
committeralberth <alberth@openttd.org>2009-08-30 08:10:00 +0000
commit86ebf88176f640420c465c58d35ef7ce0b4445f1 (patch)
tree386c3552bc4dde1f6bac26aceb895d29e9a51813
parent753e063cad001a9550e81a962f3a68319a2ce71b (diff)
downloadopenttd-86ebf88176f640420c465c58d35ef7ce0b4445f1.tar.xz
(svn r17314) -Fix (r17313): Allow the picker window to change size.
-rw-r--r--src/road_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/road_gui.cpp b/src/road_gui.cpp
index e58232a04..90a26d97f 100644
--- a/src/road_gui.cpp
+++ b/src/road_gui.cpp
@@ -1004,7 +1004,7 @@ static const NWidgetPart _nested_rv_station_picker_widgets[] = {
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(),
};