Add setting for whether dual pane train purchase window uses combined buttons

See: #421
This commit is contained in:
Jonathan G Rennison
2022-11-27 20:15:58 +00:00
parent 7b78a4f1ad
commit 5d171e0023
6 changed files with 107 additions and 16 deletions

View File

@@ -50,6 +50,15 @@ enum BuildVehicleWidgets {
WID_BV_BUILD_WAGON, ///< Build panel.
WID_BV_BUILD_SEL_WAGON, ///< Build button.
WID_BV_RENAME_WAGON, ///< Rename button.
WID_BV_LOCO_BUTTONS_SEL, ///< Locomotive buttons selector.
WID_BV_WAGON_BUTTONS_SEL, ///< Wagon buttons selector.
WID_BV_COMB_BUTTONS_SEL, ///< Combined buttons: section selector.
WID_BV_COMB_BUILD_SEL, ///< Combined buttons: build button selector.
WID_BV_COMB_BUILD, ///< Combined buttons: build button.
WID_BV_COMB_SHOW_HIDE, ///< Combined buttons: show/hide button.
WID_BV_COMB_RENAME, ///< Combined buttons: rename button.
};
#endif /* WIDGETS_BUILD_VEHICLE_WIDGET_H */