Fix column resizing issues

This commit is contained in:
Bryan Roscoe 2014-07-13 13:09:21 -05:00
parent 7419e930ab
commit 27afbaf7e7

View file

@ -1072,6 +1072,7 @@ void options_imp::on_addScanFolderButton_clicked() {
break; break;
default: default:
addedScanDirs << dir; addedScanDirs << dir;
scanFoldersView->resizeColumnsToContents();
enableApplyButton(); enableApplyButton();
} }