Skip to content

Commit

Permalink
Adding icon for stretch bounds tool (#2554)
Browse files Browse the repository at this point in the history
Co-authored-by: jenneh <jennlkotler@gmail.com>
  • Loading branch information
rosteen and Jenneh authored Nov 7, 2023
1 parent d033439 commit bbc1576
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/core/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def is_visible(self):

@viewer_tool
class StretchBounds(CheckableTool):
icon = os.path.join(ICON_DIR, 'line_select.svg')
icon = os.path.join(ICON_DIR, 'stretch_bounds.svg')
tool_id = 'jdaviz:stretch_bounds'
action_text = 'Set Stretch VMin and VMax'
tool_tip = 'Set closest stretch bound (VMin/VMax) with click or click+drag'
Expand Down
19 changes: 19 additions & 0 deletions jdaviz/data/icons/stretch_bounds.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bbc1576

Please sign in to comment.