diff options
author | Peter Nelson <peter1138@openttd.org> | 2019-02-06 22:10:58 +0000 |
---|---|---|
committer | Niels Martin Hansen <nielsm@indvikleren.dk> | 2019-02-23 11:46:00 +0100 |
commit | fde5bd0ccfc56b71f85fb65562dc1eac1c446aee (patch) | |
tree | 8e09dc59be19a9ea658c5758edfd64abc463bbd5 /src/widgets/graph_widget.h | |
parent | 00d28a500d9b2c32877871e0d2b917c8b28a82a6 (diff) | |
download | openttd-fde5bd0ccfc56b71f85fb65562dc1eac1c446aee.tar.xz |
Change: Add scrollbar to cargo legend in cargo payment rates window.
Diffstat (limited to 'src/widgets/graph_widget.h')
-rw-r--r-- | src/widgets/graph_widget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/widgets/graph_widget.h b/src/widgets/graph_widget.h index 840a6c866..7af5297ab 100644 --- a/src/widgets/graph_widget.h +++ b/src/widgets/graph_widget.h @@ -49,7 +49,8 @@ enum CargoPaymentRatesWidgets { 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. */ |