Order window: Add button to toggle order management button

This commit is contained in:
Jonathan G Rennison
2022-10-24 18:52:23 +01:00
parent c9fd160b7b
commit 5135e03539
3 changed files with 10 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ enum OrderWidgets {
WID_O_SEL_OCCUPANCY, ///< #NWID_SELECTION widget for the occupancy list panel.
WID_O_OCCUPANCY_LIST, ///< Occupancy list panel.
WID_O_OCCUPANCY_TOGGLE, ///< Toggle display of occupancy measures.
WID_O_TOGGLE_SIZE, ///< Toggle show order management button.
};
/** Widgets of the #CargoTypeOrdersWindow class. */