Add setting for whether dual pane train purchase window uses combined buttons
See: #421
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user