(svn r18213) -Codechange: it's not needed to manually set the fill, (re)size and tooltip for scrollbars

This commit is contained in:
rubidium
2009-11-22 11:24:30 +00:00
parent f106bbbe5c
commit c227abd7c3
6 changed files with 8 additions and 8 deletions

View File

@@ -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),