File diff r15776:d1644b78aaa8 → r15777:9970b8c5503f
src/widgets/dropdown.cpp
Show inline comments
 
@@ -76,7 +76,7 @@ enum DropdownMenuWidgets {
 
static const NWidgetPart _nested_dropdown_menu_widgets[] = {
 
	NWidget(NWID_HORIZONTAL),
 
		NWidget(WWT_PANEL, COLOUR_END, DDM_ITEMS), SetMinimalSize(1, 1), SetScrollbar(DDM_SCROLL), EndContainer(),
 
		NWidget(WWT_SCROLLBAR, COLOUR_END, DDM_SCROLL),
 
		NWidget(NWID_VSCROLLBAR, COLOUR_END, DDM_SCROLL),
 
	EndContainer(),
 
};