mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-28 18:19:42 +01:00
Fix the colour of the dividers
This commit is contained in:
parent
042c37ab40
commit
4c0e8fb6a9
@ -36,7 +36,7 @@ void LibraryItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem &o
|
|||||||
painter->drawText(text_rect, text);
|
painter->drawText(text_rect, text);
|
||||||
|
|
||||||
//Draw the line under the item
|
//Draw the line under the item
|
||||||
QPen line_pen(opt.palette.color(QPalette::Disabled, QPalette::Text).lighter());
|
QPen line_pen(opt.palette.color(QPalette::Dark));
|
||||||
line_pen.setWidth(2);
|
line_pen.setWidth(2);
|
||||||
|
|
||||||
painter->setPen(line_pen);
|
painter->setPen(line_pen);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user