From 1108a138f4d469cb18c110af7f140b5f716c19ce Mon Sep 17 00:00:00 2001 From: Albert S Date: Sun, 29 May 2022 17:04:08 +0200 Subject: [PATCH] gui: mainwindow: Also resize mtime column to fit content --- gui/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index a1a45da..2096d66 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -378,6 +378,7 @@ void MainWindow::handleSearchResults(const QVector &results) } ui->treeResultsList->resizeColumnToContents(0); ui->treeResultsList->resizeColumnToContents(1); + ui->treeResultsList->resizeColumnToContents(2); previewDirty = !this->previewableSearchResults.empty(); ui->spinPreviewPage->setValue(1);