fix(stackScroll) Move Stack Scroll from More menu to main toolbar (closes #121)
This commit is contained in:
parent
6b20b67ee4
commit
ec89610ae4
@ -69,13 +69,6 @@ Template.toolbarSection.helpers({
|
|||||||
iconClasses: 'fa fa-crosshairs'
|
iconClasses: 'fa fa-crosshairs'
|
||||||
});
|
});
|
||||||
|
|
||||||
extraTools.push({
|
|
||||||
id: 'stackScroll',
|
|
||||||
title: 'Stack Scroll',
|
|
||||||
classes: 'imageViewerTool',
|
|
||||||
iconClasses: 'fa fa-bars'
|
|
||||||
});
|
|
||||||
|
|
||||||
extraTools.push({
|
extraTools.push({
|
||||||
id: 'magnify',
|
id: 'magnify',
|
||||||
title: 'Magnify',
|
title: 'Magnify',
|
||||||
@ -156,6 +149,13 @@ Template.toolbarSection.helpers({
|
|||||||
|
|
||||||
const buttonData = [];
|
const buttonData = [];
|
||||||
|
|
||||||
|
buttonData.push({
|
||||||
|
id: 'stackScroll',
|
||||||
|
title: 'Stack Scroll',
|
||||||
|
classes: 'imageViewerTool',
|
||||||
|
iconClasses: 'fa fa-bars'
|
||||||
|
});
|
||||||
|
|
||||||
buttonData.push({
|
buttonData.push({
|
||||||
id: 'zoom',
|
id: 'zoom',
|
||||||
title: 'Zoom',
|
title: 'Zoom',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user