Skip to content

Commit

Permalink
Merge pull request #96 from MicroFocus/dmoldoveanu_1077080_two_separa…
Browse files Browse the repository at this point in the history
…tors

defect #1077080: Remove one of the separators and now all the 'view...' items are not separated anymore
  • Loading branch information
pikachugb authored Sep 10, 2020
2 parents 3459c6b + 2207ba6 commit 1563fa0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ public Menu createMenu(EntityModel userItem, Control menuParent) {
ImageResources.BROWSER_16X16.getImage(),
() -> OpenInBrowser.openEntityInBrowser(entityModel));

new MenuItem(menu, SWT.SEPARATOR);

if (entityType != Entity.COMMENT && entityType != Entity.BDD_SCENARIO) {
addMenuItem(
menu,
Expand Down

0 comments on commit 1563fa0

Please sign in to comment.