summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2009-12-09 08:23:10 +0000
committerpeter1138 <peter1138@openttd.org>2009-12-09 08:23:10 +0000
commit97597b510cf7b1fd55a89a19acd145b6827d9b5e (patch)
tree59829ce160a2df0627103c70437ba020d8939489 /src/vehicle_gui.cpp
parentdef740329f90aa9f3702fd5c4733d678ff7c2082 (diff)
downloadopenttd-97597b510cf7b1fd55a89a19acd145b6827d9b5e.tar.xz
(svn r18441) -Fix: The vehicle list filler widget didn't fill.
Diffstat (limited to 'src/vehicle_gui.cpp')
-rw-r--r--src/vehicle_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp
index d46dfd3fb..be308c410 100644
--- a/src/vehicle_gui.cpp
+++ b/src/vehicle_gui.cpp
@@ -744,7 +744,7 @@ static const NWidgetPart _nested_vehicle_list[] = {
SetDataTip(SPR_FLAG_VEH_STOPPED, STR_VEHICLE_LIST_MASS_STOP_LIST_TOOLTIP),
NWidget(WWT_PUSHIMGBTN, COLOUR_GREY, VLW_WIDGET_START_ALL), SetMinimalSize(12, 12), SetFill(0, 1),
SetDataTip(SPR_FLAG_VEH_RUNNING, STR_VEHICLE_LIST_MASS_START_LIST_TOOLTIP),
- NWidget(WWT_PANEL, COLOUR_GREY), SetMinimalSize(0, 12), SetResize(1, 0), SetFill(0, 1), EndContainer(),
+ NWidget(WWT_PANEL, COLOUR_GREY), SetMinimalSize(0, 12), SetResize(1, 0), SetFill(1, 1), EndContainer(),
EndContainer(),
/* Widget to be shown for other companies hiding the previous 5 widgets. */
NWidget(WWT_PANEL, COLOUR_GREY), SetFill(1, 1), SetResize(1, 0), EndContainer(),