mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-29 13:58:51 +03:00
Fix column resizing issues
This commit is contained in:
parent
7419e930ab
commit
27afbaf7e7
1 changed files with 1 additions and 0 deletions
|
@ -1072,6 +1072,7 @@ void options_imp::on_addScanFolderButton_clicked() {
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
addedScanDirs << dir;
|
addedScanDirs << dir;
|
||||||
|
scanFoldersView->resizeColumnsToContents();
|
||||||
enableApplyButton();
|
enableApplyButton();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue