Change: Add horizontal scrollbar to Industry Directory window.

This list could be very wide depending on industries and language.
This commit is contained in:
Peter Nelson
2023-11-04 14:44:19 +00:00
committed by Peter Nelson
parent 8ff6562b2f
commit badce415ea
2 changed files with 38 additions and 9 deletions

View File

@@ -39,7 +39,8 @@ enum IndustryDirectoryWidgets {
WID_ID_FILTER_BY_PROD_CARGO, ///< Produced cargo filter dropdown list.
WID_ID_FILTER, ///< Textbox to filter industry name.
WID_ID_INDUSTRY_LIST, ///< Industry list.
WID_ID_SCROLLBAR, ///< Scrollbar of the list.
WID_ID_HSCROLLBAR, ///< Horizontal scrollbar of the list.
WID_ID_VSCROLLBAR, ///< Vertical scrollbar of the list.
};
/** Widgets of the #IndustryCargoesWindow class */