diff --git a/OHIFViewer/client/components/toolbarSection/toolbarSection.js b/OHIFViewer/client/components/toolbarSection/toolbarSection.js index 17105db6a..6641c02d4 100644 --- a/OHIFViewer/client/components/toolbarSection/toolbarSection.js +++ b/OHIFViewer/client/components/toolbarSection/toolbarSection.js @@ -69,13 +69,6 @@ Template.toolbarSection.helpers({ iconClasses: 'fa fa-crosshairs' }); - extraTools.push({ - id: 'stackScroll', - title: 'Stack Scroll', - classes: 'imageViewerTool', - iconClasses: 'fa fa-bars' - }); - extraTools.push({ id: 'magnify', title: 'Magnify', @@ -156,6 +149,13 @@ Template.toolbarSection.helpers({ const buttonData = []; + buttonData.push({ + id: 'stackScroll', + title: 'Stack Scroll', + classes: 'imageViewerTool', + iconClasses: 'fa fa-bars' + }); + buttonData.push({ id: 'zoom', title: 'Zoom',