Skip to content

Commit

Permalink
Add separator before export png/svg commands to Grapher View File menu
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann authored and tinevez committed Jul 18, 2024
1 parent 15222f0 commit f4e7f38
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ public MamutViewGrapher( final ProjectModel appModel )
appModel.getWindowManager().addWindowMenu( menu, actionMap );
MamutMenuBuilder.build( menu, actionMap,
fileMenu(
separator(),
item( ExportViewActions.EXPORT_VIEW_TO_SVG ),
item( ExportViewActions.EXPORT_VIEW_TO_PNG ) ),
viewMenu(
Expand Down

0 comments on commit f4e7f38

Please sign in to comment.