aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/fancyactionbar.cpp
diff options
context:
space:
mode:
authorJens Bache-Wiig <jbache@trolltech.com>2010-02-18 11:41:58 +0100
committerJens Bache-Wiig <jbache@trolltech.com>2010-02-22 14:36:45 +0100
commit54b2ab71905b973be21f98f719ceb51ed37924b6 (patch)
treed09a435000b84a1801da91e6498df198cebf1cf9 /src/plugins/coreplugin/fancyactionbar.cpp
parent7899a2733bec9763ef1444b370b37a959dbdf6cb (diff)
Color tweaks
Diffstat (limited to 'src/plugins/coreplugin/fancyactionbar.cpp')
-rw-r--r--src/plugins/coreplugin/fancyactionbar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/coreplugin/fancyactionbar.cpp b/src/plugins/coreplugin/fancyactionbar.cpp
index c62e695d88..498773e9d5 100644
--- a/src/plugins/coreplugin/fancyactionbar.cpp
+++ b/src/plugins/coreplugin/fancyactionbar.cpp
@@ -198,8 +198,8 @@ void FancyActionBar::paintEvent(QPaintEvent *event)
{
QPainter painter(this);
Q_UNUSED(event)
- QColor light = QColor(255, 255, 255, 40);
- QColor dark = QColor(0, 0, 0, 60);
+ QColor light = Utils::StyleHelper::sidebarHighlight();
+ QColor dark = Utils::StyleHelper::sidebarShadow();
painter.setPen(dark);
painter.drawLine(rect().topLeft(), rect().topRight());
painter.setPen(light);