(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

@@ -329,7 +329,7 @@ static const NWidgetPart _nested_build_bridge_widgets[] = {
/* scrollbar + resize button */
NWidget(NWID_VERTICAL),
NWidget(WWT_SCROLLBAR, COLOUR_DARK_GREEN, BBSW_SCROLLBAR), SetFill(false, true),
NWidget(WWT_SCROLLBAR, COLOUR_DARK_GREEN, BBSW_SCROLLBAR),
NWidget(WWT_RESIZEBOX, COLOUR_DARK_GREEN, BBSW_RESIZEBOX),
EndContainer(),
EndContainer(),