diff --git a/src/addnewtorrentdialog.cpp b/src/addnewtorrentdialog.cpp
index 03e137d03..b92eb7548 100644
--- a/src/addnewtorrentdialog.cpp
+++ b/src/addnewtorrentdialog.cpp
@@ -82,6 +82,7 @@ AddNewTorrentDialog::AddNewTorrentDialog(QWidget *parent) :
ui->label_combo->addItem(label);
}
ui->label_combo->model()->sort(0);
+ ui->content_tree->header()->setSortIndicator(0, Qt::AscendingOrder);
loadState();
// Signal / slots
connect(ui->adv_button, SIGNAL(clicked(bool)), SLOT(showAdvancedSettings(bool)));
@@ -243,7 +244,6 @@ bool AddNewTorrentDialog::loadTorrent(const QString& torrent_path, const QString
// Expand root folder
ui->content_tree->setExpanded(m_contentModel->index(0, 0), true);
- ui->content_tree->header()->setResizeMode(0, QHeaderView::Stretch);
} else {
// Update save paths (append file name to them)
#if LIBTORRENT_VERSION_NUM >= 001600
@@ -704,7 +704,6 @@ void AddNewTorrentDialog::updateMetadata(const QTorrentHandle &h) {
// Expand root folder
ui->content_tree->setExpanded(m_contentModel->index(0, 0), true);
- ui->content_tree->header()->setResizeMode(0, QHeaderView::Stretch);
} else {
// Update save paths (append file name to them)
#if LIBTORRENT_VERSION_NUM >= 001600
diff --git a/src/addnewtorrentdialog.ui b/src/addnewtorrentdialog.ui
index e348b6233..22f0b13d8 100644
--- a/src/addnewtorrentdialog.ui
+++ b/src/addnewtorrentdialog.ui
@@ -176,9 +176,6 @@
true
-
- false
-