summaryrefslogtreecommitdiffstats
path: root/include/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-11-17 13:04:58 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-11-17 13:07:26 +0000
commitb79cf88a048e5d8c784c97d99155104aef3d5dca (patch)
tree88532121bba991ab9a924f4dda6834ec60b7731c /include/vcl
parentAdd Skeleton for DataProvider Class (diff)
downloadcore-b79cf88a048e5d8c784c97d99155104aef3d5dca.tar.gz
core-b79cf88a048e5d8c784c97d99155104aef3d5dca.zip
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/vcl')
-rw-r--r--include/vcl/settings.hxx3
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;