Skip to content

Commit

Permalink
Small fix to remove separator
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher committed Jul 15, 2024
1 parent 35a6ae3 commit 4cfaad8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ public void menuCanceled(MenuEvent e) {

this.toolMenu.setName("ToolMenu");
this.toolMenu.setText("Tools");
this.toolMenu.add(new JSeparator());
this.toolMenu.add(this.getRunVFrapItem());
this.toolMenu.add(this.getExportedDataViewer());
this.toolMenu.add(new JSeparator());
Expand Down

0 comments on commit 4cfaad8

Please sign in to comment.