summaryrefslogtreecommitdiffstats
path: root/src/gui/styles
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-11-13 11:34:57 (GMT)
committeraxis <qt-info@nokia.com>2009-11-13 11:34:57 (GMT)
commitd1d737d8497b6a0d80e16c81ef20b9eac6ee72b6 (patch)
tree94c53dd3891e0c76ec474591f553c5fe9312cb83 /src/gui/styles
parentbecf7dc2b4b7c2609350eb3236f854c1a4a344f5 (diff)
parentee8e0fc9f32a84bd1e1673c9756044d62ecaebf5 (diff)
downloadQt-d1d737d8497b6a0d80e16c81ef20b9eac6ee72b6.zip
Qt-d1d737d8497b6a0d80e16c81ef20b9eac6ee72b6.tar.gz
Qt-d1d737d8497b6a0d80e16c81ef20b9eac6ee72b6.tar.bz2
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-staging2
Diffstat (limited to 'src/gui/styles')
-rw-r--r--src/gui/styles/qs60style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/styles/qs60style.cpp b/src/gui/styles/qs60style.cpp
index df4b87e..939ea45 100644
--- a/src/gui/styles/qs60style.cpp
+++ b/src/gui/styles/qs60style.cpp
@@ -668,7 +668,7 @@ void QS60StylePrivate::setThemePalette(QPalette *palette) const
s60Color(QS60StyleEnums::CL_QsnTextColors, 55, 0));
palette->setColor(QPalette::BrightText, palette->color(QPalette::WindowText).lighter());
palette->setColor(QPalette::HighlightedText,
- s60Color(QS60StyleEnums::CL_QsnTextColors, 10, 0));
+ s60Color(QS60StyleEnums::CL_QsnTextColors, 24, 0));
palette->setColor(QPalette::Link,
s60Color(QS60StyleEnums::CL_QsnHighlightColors, 3, 0));
palette->setColor(QPalette::LinkVisited, palette->color(QPalette::Link).darker());