mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Fix column resizing issues
This commit is contained in:
parent
d11e0f523c
commit
bf173d894c
1 changed files with 1 additions and 0 deletions
|
@ -1119,6 +1119,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