Color tweaks

This commit is contained in:
Jens Bache-Wiig
2010-02-18 11:41:58 +01:00
parent 7899a2733b
commit 54b2ab7190
6 changed files with 13 additions and 10 deletions

View File

@@ -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);