diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-11-17 13:04:58 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-11-17 13:07:26 +0000 |
commit | b79cf88a048e5d8c784c97d99155104aef3d5dca (patch) | |
tree | 88532121bba991ab9a924f4dda6834ec60b7731c /include | |
parent | 46f544fa4b9ce43d3c44be1f12ff0d85d12bdb0e (diff) |
Resolves: tdf#87960 add and use a ToolFontColor for toolbar item entries
instead of using the MenuBar text color, cause for Ambiance theme the
menubar is dark and its font is light, while the toolbars can be light,
so light font on light bg appears greyed out
Change-Id: I0fa4ab8eabdd3cd69eb682e5ddba8314b8c9ff0f
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/settings.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx index fd2881001e42..e8b7c0a6f28a 100644 --- a/include/vcl/settings.hxx +++ b/include/vcl/settings.hxx @@ -380,6 +380,9 @@ public: void SetTabHighlightTextColor( const Color& rColor ); const Color& GetTabHighlightTextColor() const; + void SetToolTextColor( const Color& rColor ); + const Color& GetToolTextColor() const; + void SetLinkColor( const Color& rColor ); const Color& GetLinkColor() const; |