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:24:38 +0100 |
commit | 294aa000d24b3fdf0e99a436f0064b7ebae62bc7 (patch) | |
tree | b5cda7dfd62ea9b7212080bf19b8d386c8809856 /src | |
parent | rekonq 0.9.50, first 0.10 development version (diff) | |
download | rekonq-294aa000d24b3fdf0e99a436f0064b7ebae62bc7.tar.xz |
Use proper colors for tabs
Wyatt's patch. Thanks :)
BUG:295236
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()); } |