diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-03-05 18:24:38 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-03-05 18:26:55 +0100 |
commit | 3e78c7a11125a1cf9bc633a81c2f8f9052f9ccc2 (patch) | |
tree | 33e419225580a330546f17f246b7b6a2fb5c98a4 /src | |
parent | rekonq 0.9.0 (diff) | |
download | rekonq-3e78c7a11125a1cf9bc633a81c2f8f9052f9ccc2.tar.xz |
Use proper colors for tabs
Wyatt's patch. Thanks :)
Backported from master...
Diffstat (limited to 'src')
-rw-r--r-- | src/tabbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabbar.cpp b/src/tabbar.cpp index c079d54e..326d8647 100644 --- a/src/tabbar.cpp +++ b/src/tabbar.cpp @@ -450,7 +450,7 @@ void TabBar::resetTabHighlighted(int index) if (ReKonfig::animatedTabHighlighting()) removeAnimation(index); - setTabTextColor(index, palette().text().color()); + setTabTextColor(index, KColorScheme(QPalette::Active, KColorScheme::Window).foreground(KColorScheme::NormalText).color()); } |