fix #999
This commit is contained in:
parent
649ea75ea8
commit
0cd3d40322
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue