(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.

This commit is contained in:
alberth
2009-12-21 16:24:29 +00:00
parent 40ab9eeeba
commit 0e9dac92d2
22 changed files with 123 additions and 70 deletions

View File

@@ -1250,6 +1250,7 @@ static const NWidgetPart _nested_smallmap_widgets[] = {
NWidget(NWID_HORIZONTAL),
NWidget(WWT_CLOSEBOX, COLOUR_BROWN),
NWidget(WWT_CAPTION, COLOUR_BROWN, SM_WIDGET_CAPTION), SetDataTip(STR_SMALLMAP_CAPTION, STR_TOOLTIP_WINDOW_TITLE_DRAG_THIS),
NWidget(WWT_SHADEBOX, COLOUR_BROWN),
NWidget(WWT_STICKYBOX, COLOUR_BROWN),
EndContainer(),
NWidgetFunction(SmallMapDisplay), // Smallmap display and legend bar + image buttons.