mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
Merge pull request #8494 from paolo-sz/master
Fix for "Content" panel messed up
This commit is contained in:
commit
c9be1d0a19
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ TorrentContentTreeView::TorrentContentTreeView(QWidget *parent)
|
||||||
QTableView unused;
|
QTableView unused;
|
||||||
unused.setVerticalHeader(header());
|
unused.setVerticalHeader(header());
|
||||||
header()->setParent(this);
|
header()->setParent(this);
|
||||||
|
header()->setStretchLastSection(false);
|
||||||
unused.setVerticalHeader(new QHeaderView(Qt::Horizontal));
|
unused.setVerticalHeader(new QHeaderView(Qt::Horizontal));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue