summaryrefslogtreecommitdiff
path: root/vcl/unx/kde4
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-04-30 14:13:11 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-04-30 14:47:51 +0100
commit42cd492b83cf78647ba1a7fead2860410b01c297 (patch)
tree7551c6343b7512b472a5c5eeeec5187079363dc8 /vcl/unx/kde4
parent112e5f302e3508de6cf51e7d6ee9420df2b1b723 (diff)
gtk3: Set tab normal/rollover/hightlight text colors
Change-Id: I4dff83941df62bcd5ec5a70a87f59e9ce17c979d
Diffstat (limited to 'vcl/unx/kde4')
-rw-r--r--vcl/unx/kde4/KDESalFrame.cxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/vcl/unx/kde4/KDESalFrame.cxx b/vcl/unx/kde4/KDESalFrame.cxx
index c358f4d2ce32..fa18109c222a 100644
--- a/vcl/unx/kde4/KDESalFrame.cxx
+++ b/vcl/unx/kde4/KDESalFrame.cxx
@@ -233,6 +233,11 @@ void KDESalFrame::UpdateSettings( AllSettings& rSettings )
style.SetButtonTextColor( aButn );
style.SetButtonRolloverTextColor( aButn );
+ // Tabs
+ style.SetTabTextColor( aButn );
+ style.SetTabRolloverTextColor( aButn );
+ style.SetTabHighlightTextColor( aButn );
+
// Disable color
style.SetDisableColor( aMid );