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

@@ -836,7 +836,7 @@ void ManhattanStyle::drawControl(ControlElement element, const QStyleOption *opt
// Note: This is a hack to determine if the
// toolbar should draw the top or bottom outline
// (needed for the find toolbar for instance)
QColor lighter(255, 255, 255, 40);
QColor lighter(Utils::StyleHelper::sidebarHighlight());
if (widget && widget->property("topBorder").toBool()) {
painter->drawLine(rect.topLeft(), rect.topRight());
painter->setPen(lighter);