diff --git a/src/departures_gui.cpp b/src/departures_gui.cpp index 7a796b6bf9..1bf83a6f43 100644 --- a/src/departures_gui.cpp +++ b/src/departures_gui.cpp @@ -47,7 +47,7 @@ static const NWidgetPart _nested_departures_list[] = { EndContainer(), NWidget(NWID_HORIZONTAL), - NWidget(WWT_MATRIX, COLOUR_GREY, WID_DB_LIST), SetMinimalSize(0, 0), SetFill(1, 0), SetResize(1, 1), + NWidget(WWT_MATRIX, COLOUR_GREY, WID_DB_LIST), SetMinimalSize(0, 0), SetFill(1, 0), SetResize(1, 1), SetScrollbar(WID_DB_SCROLLBAR), NWidget(NWID_VSCROLLBAR, COLOUR_GREY, WID_DB_SCROLLBAR), EndContainer(),