diff options
author | Heiko Tietze <tietze.heiko@gmail.com> | 2023-11-14 11:35:43 +0100 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2023-11-14 13:26:53 +0100 |
commit | adfb0a34af196befc46527418f6e870d1f8f1889 (patch) | |
tree | b678205bbda32c7c1cdcf55e5137387ce97cb6bc /include/sfx2/thumbnailviewitem.hxx | |
parent | 550e8b278082c39d61ec5a4efbf0fbca145614ab (diff) |
Resolves tdf#158084 - Start Center hover color
Selected colors removed since hovering leads to selection
(or execution) and does not need a special color
Transparency for reccent documents and templates in start center
increased to make the difference to selected more clear
Change-Id: Iab52150cd5a93e2f6ff716921b2aa7d093018b3e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159407
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'include/sfx2/thumbnailviewitem.hxx')
-rw-r--r-- | include/sfx2/thumbnailviewitem.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/thumbnailviewitem.hxx b/include/sfx2/thumbnailviewitem.hxx index 9495b08054e3..22020c47728d 100644 --- a/include/sfx2/thumbnailviewitem.hxx +++ b/include/sfx2/thumbnailviewitem.hxx @@ -56,8 +56,6 @@ struct ThumbnailItemAttributes basegfx::BColor aTextColor; basegfx::BColor aHighlightColor; basegfx::BColor aHighlightTextColor; - basegfx::BColor aSelectHighlightColor; - basegfx::BColor aSelectHighlightTextColor; double fHighlightTransparence; basegfx::B2DVector aFontSize; drawinglayer::attribute::FontAttribute aFontAttr; |