Re-add removed group collapse/expand all buttons

This commit is contained in:
Jonathan G Rennison
2019-07-03 18:16:25 +01:00
parent 85e9a0195d
commit 91c5dee66c
5 changed files with 50 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ enum GroupListWidgets {
WID_GL_DELETE_GROUP, ///< Delete group button.
WID_GL_RENAME_GROUP, ///< Rename group button.
WID_GL_LIVERY_GROUP, ///< Group livery button.
WID_GL_COLLAPSE_ALL_GROUPS, ///< Collapse all groups button.
WID_GL_EXPAND_ALL_GROUPS, ///< Expand all groups button.
WID_GL_REPLACE_PROTECTION, ///< Replace protection button.
WID_GL_INFO, ///< Group info.
};