1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-09 11:51:03 +00:00

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;
default:
addedScanDirs << dir;
scanFoldersView->resizeColumnsToContents();
enableApplyButton();
}