Add a 'Show All' button to plans GUI.

This commit is contained in:
Jonathan G Rennison
2017-03-31 13:51:17 +01:00
parent b9e6ad1c6d
commit a3d21411e7
3 changed files with 30 additions and 1 deletions

View File

@@ -21,7 +21,9 @@ enum PlansWidgets {
WID_PLN_ADD_LINES,
WID_PLN_VISIBILITY,
WID_PLN_HIDE_ALL,
WID_PLN_SHOW_ALL,
WID_PLN_DELETE,
WID_PLN_HIDE_ALL_SEL,
};
#endif /* WIDGETS_PLANS_WIDGET_H */