diff options
author | Akshay Deep <akshaydeepiitr@gmail.com> | 2016-06-07 16:27:25 +0530 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-06-07 12:58:17 +0000 |
commit | 934908168ebdb4a021e18e6bea57accc21d5ad86 (patch) | |
tree | 3ab87af564a6f62c55282cc005d09cf25873b6e0 /include/sfx2/thumbnailview.hxx | |
parent | 15436c009e756dd4c94046f9849ad5a186454af8 (diff) |
Missing selected + hover state in Template Manager
Change-Id: I35c91cea34953a5c4a78031eb809001e902197f1
Reviewed-on: https://gerrit.libreoffice.org/26013
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/sfx2/thumbnailview.hxx')
-rw-r--r-- | include/sfx2/thumbnailview.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/sfx2/thumbnailview.hxx b/include/sfx2/thumbnailview.hxx index 96946fa09028..4af3061bb28b 100644 --- a/include/sfx2/thumbnailview.hxx +++ b/include/sfx2/thumbnailview.hxx @@ -314,8 +314,10 @@ protected: bool mbShowTooltips : 1; Color maFillColor; ///< Background color of the thumbnail view widget. Color maTextColor; ///< Text color. - Color maHighlightColor; ///< Color of the highlight (background) of the hovered / selected item. + Color maHighlightColor; ///< Color of the highlight (background) of the hovered item. Color maHighlightTextColor; ///< Color of the text for the higlighted item. + Color maSelectHighlightColor; ///< Color of the highlight (background) of the selected and hovered item. + Color maSelectHighlightTextColor; ///< Color of the text of the selected and hovered item. double mfHighlightTransparence; ///< Transparence of the highlight. Link<const ThumbnailViewItem*, void> maItemStateHdl; |