Remove unnecessary Rotate Left button
This commit is contained in:
parent
dae53c25f9
commit
8c0b2f920b
@ -128,13 +128,6 @@ Template.toolbarSection.helpers({
|
|||||||
svgLink: '/packages/ohif_viewerbase/assets/icons.svg#icon-tools-reset'
|
svgLink: '/packages/ohif_viewerbase/assets/icons.svg#icon-tools-reset'
|
||||||
});
|
});
|
||||||
|
|
||||||
buttonData.push({
|
|
||||||
id: 'rotateL',
|
|
||||||
title: 'Rotate Left',
|
|
||||||
classes: 'imageViewerCommand toolbarSectionButton',
|
|
||||||
svgLink: '/packages/ohif_viewerbase/assets/icons.svg#icon-tools-rotate-left'
|
|
||||||
});
|
|
||||||
|
|
||||||
buttonData.push({
|
buttonData.push({
|
||||||
id: 'rotateR',
|
id: 'rotateR',
|
||||||
title: 'Rotate Right',
|
title: 'Rotate Right',
|
||||||
@ -185,13 +178,6 @@ Template.toolbarSection.helpers({
|
|||||||
disableFunction: hasMultipleFrames
|
disableFunction: hasMultipleFrames
|
||||||
});
|
});
|
||||||
|
|
||||||
buttonData.push({
|
|
||||||
id: 'clearTools',
|
|
||||||
title: 'Clear',
|
|
||||||
classes: 'imageViewerCommand toolbarSectionButton',
|
|
||||||
svgLink: '/packages/ohif_viewerbase/assets/icons.svg#icon-tools-clear'
|
|
||||||
});
|
|
||||||
|
|
||||||
// TODO: Get real icons for CR / UN / EX
|
// TODO: Get real icons for CR / UN / EX
|
||||||
/* Disabling these for now, since they aren't hooked up in the Lesion Tracker yet
|
/* Disabling these for now, since they aren't hooked up in the Lesion Tracker yet
|
||||||
buttonData.push({
|
buttonData.push({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user