mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-25 02:36:10 +03:00
Ensure that the priority column has enough width when queueing is enabled. Closes #2263.
This commit is contained in:
parent
1820a03f1d
commit
6884845446
1 changed files with 2 additions and 0 deletions
|
@ -425,6 +425,8 @@ void TransferListWidget::hidePriorityColumn(bool hide)
|
|||
{
|
||||
qDebug("hidePriorityColumn(%d)", hide);
|
||||
setColumnHidden(TorrentModelItem::TR_PRIORITY, hide);
|
||||
if (!hide && !columnWidth(TorrentModelItem::TR_PRIORITY))
|
||||
resizeColumnToContents(TorrentModelItem::TR_PRIORITY);
|
||||
}
|
||||
|
||||
void TransferListWidget::openSelectedTorrentsFolder() const
|
||||
|
|
Loading…
Reference in a new issue