Added buttons to collapse or expand ALL groups.

(cherry picked from commit bb6b96e8663b5cb3da87d8473e70e373a36b3997)
This commit is contained in:
keldorkatarn
2016-01-10 10:33:40 +01:00
committed by Jonathan G Rennison
parent 34304a130c
commit 7673cadc0e
3 changed files with 31 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ enum GroupListWidgets {
WID_GL_DELETE_GROUP, ///< Delete group button.
WID_GL_RENAME_GROUP, ///< Rename group button.
WID_GL_COLLAPSE_EXPAND_GROUP, ///< Collapse/expand group 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.
};