Skip to content

Commit

Permalink
Merge pull request #151 from camicroscope/develop
Browse files Browse the repository at this point in the history
fix the level of magnifier glass
  • Loading branch information
birm committed Feb 28, 2019
2 parents 68480b4 + 2f90e1a commit ca198e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions apps/heatmap/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,20 +261,20 @@ function initUIcomponents(){
// free draw
{
//icon:'linear_scale',
value:10,
title:'10x',
value:0.5,
title:'0.5',
checked:true
},
// rectangle fraw
{
//icon:'timeline',
value:20,
title:'20x'
value:1,
title:'1.0'
},
{
//icon:'timeline',
value:40,
title:'40x'
value:2,
title:'2.0'
}
],
callback:toggleMagnifier
Expand Down

0 comments on commit ca198e7

Please sign in to comment.