summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-11-22 11:24:30 +0000
committerrubidium <rubidium@openttd.org>2009-11-22 11:24:30 +0000
commit8204f226f13900d404a00197dfd21b31bae81ac9 (patch)
treeb124db1ce93bbd826724ae38c158f459ad387de7 /src/vehicle_gui.cpp
parentd913282e7a15d65c03df7a41cec14e1514d81fde (diff)
downloadopenttd-8204f226f13900d404a00197dfd21b31bae81ac9.tar.xz
(svn r18213) -Codechange: it's not needed to manually set the fill, (re)size and tooltip for scrollbars
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 8e263b26f..4ad723123 100644
--- a/src/vehicle_gui.cpp
+++ b/src/vehicle_gui.cpp
@@ -741,7 +741,7 @@ static const NWidgetPart _nested_vehicle_list[] = {
NWidget(NWID_HORIZONTAL),
NWidget(WWT_MATRIX, COLOUR_GREY, VLW_WIDGET_LIST), SetMinimalSize(248, 0), SetFill(true, false),
- NWidget(WWT_SCROLLBAR, COLOUR_GREY, VLW_WIDGET_SCROLLBAR), SetMinimalSize(12, 0),
+ NWidget(WWT_SCROLLBAR, COLOUR_GREY, VLW_WIDGET_SCROLLBAR),
EndContainer(),
NWidget(NWID_HORIZONTAL),