https://bugs.kde.org/show_bug.cgi?id=402617

--- Comment #6 from frmdstryr <frmdst...@protonmail.com> ---
Yep that worked.

void GrepOutputView::updateScrollArea()
{
    if(!model()) {
        return;
    }

    for (int col = 0; col < model()->columnCount(); ++col)
        resultsTreeView->resizeColumnToContents(col);
}

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to