From 2977cd0f8c38a2cf2629d18c9f666fd425ac4647 Mon Sep 17 00:00:00 2001 From: Evren Ozkan Date: Wed, 23 Nov 2016 18:23:18 -0500 Subject: [PATCH] Add tooltipTitle property for toolbarSectionButton to allow showing another text than tool label on mouse hover --- .../viewer/toolbarSectionButton/toolbarSectionButton.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages/ohif-viewerbase/client/components/viewer/toolbarSectionButton/toolbarSectionButton.html b/Packages/ohif-viewerbase/client/components/viewer/toolbarSectionButton/toolbarSectionButton.html index 02c16ace1..950fe223b 100644 --- a/Packages/ohif-viewerbase/client/components/viewer/toolbarSectionButton/toolbarSectionButton.html +++ b/Packages/ohif-viewerbase/client/components/viewer/toolbarSectionButton/toolbarSectionButton.html @@ -4,7 +4,7 @@ {{else}}
+ title="{{#if this.tooltipTitle}}{{this.tooltipTitle}}{{else}}{{this.title}}{{/if}}">
{{#if this.svgLink}}