Add buttons to cargo payment graph to select x-axis

Save in misc settings
This commit is contained in:
Jonathan G Rennison
2021-06-14 00:52:46 +01:00
parent f438daa0bc
commit fd4b5cc083
6 changed files with 56 additions and 15 deletions

View File

@@ -49,6 +49,8 @@ enum CargoPaymentRatesWidgets {
WID_CPR_DISABLE_CARGOES, ///< Disable cargoes button.
WID_CPR_MATRIX, ///< Cargo list.
WID_CPR_MATRIX_SCROLLBAR,///< Cargo list scrollbar.
WID_CPR_DAYS, ///< Days in transit mode.
WID_CPR_SPEED, ///< Speed mode.
};
/** Widget of the #CompanyLeagueWindow class. */