File diff r23348:6e5357399bcf → r23349:018a3570e9ae
src/widgets/graph_widget.h
Show inline comments
 
@@ -46,13 +46,14 @@ enum CargoPaymentRatesWidgets {
 
	WID_CPR_HEADER,          ///< Header.
 
	WID_CPR_GRAPH,           ///< Graph itself.
 
	WID_CPR_RESIZE,          ///< Resize button.
 
	WID_CPR_FOOTER,          ///< Footer.
 
	WID_CPR_ENABLE_CARGOES,  ///< Enable cargoes button.
 
	WID_CPR_DISABLE_CARGOES, ///< Disable cargoes button.
 
	WID_CPR_CARGO_FIRST,     ///< First cargo in the list.
 
	WID_CPR_MATRIX,          ///< Cargo list.
 
	WID_CPR_MATRIX_SCROLLBAR,///< Cargo list scrollbar.
 
};
 

	
 
/** Widget of the #CompanyLeagueWindow class. */
 
enum CompanyLeagueWidgets {
 
	WID_CL_BACKGROUND, ///< Background of the window.
 
};