diff options
author | Bernard Teo <btzy1996@hotmail.com> | 2020-12-20 01:19:28 +0800 |
---|---|---|
committer | Patric Stout <github@truebrain.nl> | 2020-12-21 23:15:53 +0100 |
commit | 981c5402018bbe8f8d4593faf0fbbf712c34799d (patch) | |
tree | 8721483753b5b866f91d46f5ecaf15ce2ef234e5 /src/widgets/station_widget.h | |
parent | 4af1acfe926db39965f3cff2a41ecf0da32b4137 (diff) | |
download | openttd-981c5402018bbe8f8d4593faf0fbbf712c34799d.tar.xz |
Change: Place "Group by" above "Sort by" in station window for consistency
Diffstat (limited to 'src/widgets/station_widget.h')
-rw-r--r-- | src/widgets/station_widget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/station_widget.h b/src/widgets/station_widget.h index 8ab89bbf3..491505e43 100644 --- a/src/widgets/station_widget.h +++ b/src/widgets/station_widget.h @@ -13,10 +13,10 @@ /** Widgets of the #StationViewWindow class. */ enum StationViewWidgets { WID_SV_CAPTION, ///< Caption of the window. - WID_SV_SORT_ORDER, ///< 'Sort order' button - WID_SV_SORT_BY, ///< 'Sort by' button WID_SV_GROUP, ///< label for "group by" WID_SV_GROUP_BY, ///< 'Group by' button + WID_SV_SORT_ORDER, ///< 'Sort order' button + WID_SV_SORT_BY, ///< 'Sort by' button WID_SV_WAITING, ///< List of waiting cargo. WID_SV_SCROLLBAR, ///< Scrollbar. WID_SV_ACCEPT_RATING_LIST, ///< List of accepted cargoes / rating of cargoes. |