mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 18:56:34 +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;
|
||||
default:
|
||||
addedScanDirs << dir;
|
||||
scanFoldersView->resizeColumnsToContents();
|
||||
enableApplyButton();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue