Skip to content

Commit

Permalink
removing seperator
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas1337 committed Aug 8, 2024
1 parent e042419 commit 127957b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/website/website.js
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,6 @@ export class Website
return toggleButton;
}

AddSeparator (this.toolbar, ['only_on_model']);
this.toolbarHighlightButton = AddPushButton(this.toolbar, 'highlight', Loc('Highlight'), ['only_full_width', 'only_on_model'], (isSelected) => {
this.ToggleHighlightTool();
});
Expand All @@ -811,7 +810,6 @@ export class Website
AddButton (this.toolbar, 'up_y', Loc ('Reset View'), ['only_on_model'], () => {
this.viewer.SetUpVector (Direction.Y, true);
});
AddSeparator (this.toolbar, ['only_full_width', 'only_on_model']);

AddToggle(this.toolbar, 'genderToggle',
{labels: ['Male', 'Female'], initialState: 'male'},
Expand Down

0 comments on commit 127957b

Please sign in to comment.