diff --git a/src/propertieswidget.cpp b/src/propertieswidget.cpp index 777480397..b3111a62e 100644 --- a/src/propertieswidget.cpp +++ b/src/propertieswidget.cpp @@ -193,10 +193,7 @@ void PropertiesWidget::loadTorrentInfos(QTorrentHandle &_h) { std::vector files_priority = loadFilesPriorities(); PropListModel->updateFilesPriorities(files_priority); // Expand first item if possible - if(PropListModel->rowCount()) - filesList->expand(PropListModel->index(0, 0)); - // Increase first column width - //filesList->resizeColumnToContents(0); // does not work + filesList->expand(PropListModel->index(0, 0)); } catch(invalid_handle e) { }