Make the lighter color a little less light

This commit is contained in:
Kovid Goyal 2013-05-26 21:06:50 +05:30
parent 7495fd3dd6
commit 00ee35c05a

View File

@ -5255,7 +5255,7 @@ void Style::drawPrimitive(PrimitiveElement element, const QStyleOption *option,
if (color.lightness() > 128)
color = color.darker(widget->property("highlight_current_item").toInt());
else
color = color.lighter();
color = color.lighter(135);
}
bool square((opts.square&SQUARE_LISTVIEW_SELECTION) &&