Feature: Use real-time "wallclock" timekeeping units (#11341)

This commit is contained in:
Tyler Trahan
2024-01-23 11:36:09 -05:00
committed by GitHub
parent bbdbf9a589
commit fd9e72a7e7
30 changed files with 546 additions and 140 deletions

View File

@@ -27,6 +27,7 @@ enum CompanyValueWidgets : WidgetID {
WID_CV_BACKGROUND, ///< Background of the window.
WID_CV_GRAPH, ///< Graph itself.
WID_CV_RESIZE, ///< Resize button.
WID_CV_FOOTER, ///< Footer.
};
/** Widget of the #PerformanceHistoryGraphWindow class. */
@@ -36,6 +37,7 @@ enum PerformanceHistoryGraphWidgets : WidgetID {
WID_PHG_BACKGROUND, ///< Background of the window.
WID_PHG_GRAPH, ///< Graph itself.
WID_PHG_RESIZE, ///< Resize button.
WID_PHG_FOOTER, ///< Footer.
};
/** Widget of the #PaymentRatesGraphWindow class. */