Skip to content
This repository has been archived by the owner on Jul 20, 2021. It is now read-only.

Commit

Permalink
Minor UI fix: Remove spurious separator
Browse files Browse the repository at this point in the history
  • Loading branch information
tferr committed Feb 16, 2019
1 parent f322f19 commit e43dcd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/tracing/SNTUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,6 @@ private JMenuBar createMenuBar() {
final JMenu scriptUtilsMenu = installer.getUtilScriptsMenu();
scriptUtilsMenu.setText("Utility Scripts");
scriptUtilsMenu.setIcon(IconFactory.getMenuIcon(IconFactory.GLYPH.PLUS));
scriptUtilsMenu.addSeparator();
analysisMenu.add(scriptUtilsMenu);

final JCheckBoxMenuItem xyCanvasMenuItem = new JCheckBoxMenuItem(
Expand Down

0 comments on commit e43dcd0

Please sign in to comment.