mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #200: Icons under dark theme on Arch/KDE is broken
This commit is contained in:
@ -87,6 +87,7 @@ void PageItemDelegate::paint(QPainter* painter, const QStyleOptionViewItem& opti
|
||||
QRect textRect = option.rect;
|
||||
textRect.setTop(textOffset);
|
||||
textRect.setHeight(option.fontMetrics.lineSpacing());
|
||||
painter->setPen(option.palette.color(QPalette::Normal, QPalette::Text));
|
||||
painter->drawText(textRect, Qt::AlignCenter | Qt::TextSingleLine, item->groupName);
|
||||
textRect.translate(0, textRect.height());
|
||||
painter->drawText(textRect, Qt::AlignCenter | Qt::TextSingleLine, item->pagesCaption);
|
||||
|
Reference in New Issue
Block a user