summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorKrzysztof Starecki <krzysztof.starecki@gmail.com>2018-12-31 20:53:35 +0100
committerKrzysztof Starecki <krzysztof.starecki@gmail.com>2018-12-31 20:53:35 +0100
commit895556f257c2625ac53371089835aab0d01979be (patch)
treedaf4d66f4bf2e6e8de93d89810d6e93c8ef4e115 /src/mainwindow.cpp
parente7c59b26e1c04251c38df038e93990a29ae09808 (diff)
Add filetime column to download tab
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 63606833..f913ad0a 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -5160,7 +5160,7 @@ void MainWindow::initDownloadView()
ui->downloadView->setModel(sortProxy);
ui->downloadView->setManager(m_OrganizerCore.downloadManager());
ui->downloadView->setItemDelegate(new DownloadProgressDelegate(m_OrganizerCore.downloadManager(), sortProxy, ui->downloadView));
- ui->downloadView->setUniformRowHeights(true);
+ ui->downloadView->setUniformRowHeights(false);
ui->downloadView->header()->setStretchLastSection(false);
ui->downloadView->header()->setSectionResizeMode(QHeaderView::Interactive);
ui->downloadView->header()->setSectionResizeMode(0, QHeaderView::Stretch);