Fix column resizing issues

This commit is contained in:
Bryan Roscoe
2014-07-13 13:09:21 -05:00
committed by sledgehammer999
parent d11e0f523c
commit bf173d894c

View File

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