Skip to content

Commit

Permalink
fix: window level presets (#2808)
Browse files Browse the repository at this point in the history
  • Loading branch information
Celian-abd authored Jul 21, 2022
1 parent 2d8ae89 commit cfcf5e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modes/longitudinal/src/toolbarButtons.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ export default [
_createWwwcPreset(1, 'Soft tissue', '400 / 40'),
_createWwwcPreset(2, 'Lung', '1500 / -600'),
_createWwwcPreset(3, 'Liver', '150 / 90'),
_createWwwcPreset(4, 'Bone', '80 / 40'),
_createWwwcPreset(5, 'Brain', '2500 / 480'),
_createWwwcPreset(4, 'Bone', '2500 / 480'),
_createWwwcPreset(5, 'Brain', '80 / 40'),
],
},
},
Expand Down

0 comments on commit cfcf5e4

Please sign in to comment.