(svn r18211) -Cleanup: remove unneeded tooltip, size and fill 'parameters' from WWT_RESIZEBOX instances

This commit is contained in:
rubidium
2009-11-22 11:10:17 +00:00
parent 9a67f81610
commit e9b6e73333
6 changed files with 16 additions and 24 deletions

View File

@@ -1018,7 +1018,7 @@ static const NWidgetPart _nested_message_history[] = {
EndContainer(),
NWidget(NWID_VERTICAL),
NWidget(WWT_SCROLLBAR, COLOUR_BROWN, MHW_SCROLLBAR), SetFill(false, true), SetDataTip(0x0, STR_TOOLTIP_VSCROLL_BAR_SCROLLS_LIST), SetResize(0, 1),
NWidget(WWT_RESIZEBOX, COLOUR_BROWN, MHW_RESIZEBOX), SetMinimalSize(12, 12), SetDataTip(0x0, STR_TOOLTIP_RESIZE),
NWidget(WWT_RESIZEBOX, COLOUR_BROWN, MHW_RESIZEBOX),
EndContainer(),
EndContainer(),
};