Skip to content

Commit

Permalink
fix(ColorMapIcon): CSS improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Oct 9, 2019
1 parent 155f584 commit 2cc4478
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"main": "./dist/itkVtkViewer.js",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@thewtex/iconselect.js": "^2.1.0",
"@thewtex/iconselect.js": "^2.1.1",
"commander": "^2.17.1",
"css-element-queries": "^1.0.2",
"curry": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 deletions src/UserInterface/Image/createColorRangeInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ function createColorRangeInput(
const iconSelect = new IconSelect(`${colorMapSelector.id}`,
colorMapSelector,
{'selectedIconWidth': 230,
'selectedIconHeight': 20,
'selectedIconHeight': 22,
'selectedBoxPadding': 1,
'iconsWidth': 60,
'iconsHeight': 19,
'iconsHeight': 22,
'boxIconSpace': 1,
'vectoralIconNumber': cols,
'horizontalIconNumber': rows});
Expand Down

0 comments on commit 2cc4478

Please sign in to comment.