mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-03 18:57:37 +01:00
fix #999
This commit is contained in:
parent
649ea75ea8
commit
0cd3d40322
@ -1004,7 +1004,7 @@ void FeedsView::onItemExpandRequested(const QList<RootItem*>& items, bool exp) {
|
||||
void FeedsView::drawRow(QPainter* painter, const QStyleOptionViewItem& options, const QModelIndex& index) const {
|
||||
auto opts = options;
|
||||
|
||||
opts.decorationAlignment = Qt::AlignmentFlag::AlignLeft;
|
||||
opts.decorationAlignment = Qt::AlignmentFlag::AlignLeft | Qt::AlignmentFlag::AlignVCenter;
|
||||
// opts.decorationSize = {options.decorationSize.height(), 70};
|
||||
|
||||
BaseTreeView::drawRow(painter, opts, index);
|
||||
|
Loading…
x
Reference in New Issue
Block a user