mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07: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…
Add table
Add a link
Reference in a new issue