-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* adds support for styling the tabs for colormaps (instead of just showing as gray), in a way that will also allow us to expose the representation in the colormap dropdown in the future * allows showing color and colormap side-by-side and merging duplicate entries (3 viewers with 1 colormap and 1 color will now show half and half, instead of 1/3 and 2/3) * updates the tooltip text on the tabs * small padding tweaks, and shrinking size of tabs to fit more without needing to scroll * changes the tab "outline" color from orange to blue * separates the multiselect button into layer and viewer with a deprecation warning (deprecated method does not work on properties or setters, so had to use a logger warning) * prevents deselecting all tabs * smarter handling of visibility of stretch histogram, now allowing interacting with the stretch histogram when multiple viewers but a single layer are selected, and no longer clearing the marks which resulted in vmin/vmax marks disappearing.
- Loading branch information
Showing
10 changed files
with
314 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.