File diff r13553:fe51d1a866c1 → r13554:d1964ead02ee
src/statusbar_gui.cpp
Show inline comments
 
@@ -214,13 +214,13 @@ static const NWidgetPart _nested_main_st
 
};
 

	
 
static const WindowDesc _main_status_desc(
 
	WDP_CENTER, 0, 320, 12, 640, 12,
 
	WC_STATUS_BAR, WC_NONE,
 
	WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_NO_FOCUS,
 
	NULL, _nested_main_status_widgets, lengthof(_nested_main_status_widgets)
 
	_nested_main_status_widgets, lengthof(_nested_main_status_widgets)
 
);
 

	
 
/**
 
 * Checks whether the news ticker is currently being used.
 
 */
 
bool IsNewsTickerShown()