mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Ensure that the priority column has enough width when queueing is enabled. Closes #2263.
This commit is contained in:
@@ -425,6 +425,8 @@ void TransferListWidget::hidePriorityColumn(bool hide)
|
|||||||
{
|
{
|
||||||
qDebug("hidePriorityColumn(%d)", hide);
|
qDebug("hidePriorityColumn(%d)", hide);
|
||||||
setColumnHidden(TorrentModelItem::TR_PRIORITY, hide);
|
setColumnHidden(TorrentModelItem::TR_PRIORITY, hide);
|
||||||
|
if (!hide && !columnWidth(TorrentModelItem::TR_PRIORITY))
|
||||||
|
resizeColumnToContents(TorrentModelItem::TR_PRIORITY);
|
||||||
}
|
}
|
||||||
|
|
||||||
void TransferListWidget::openSelectedTorrentsFolder() const
|
void TransferListWidget::openSelectedTorrentsFolder() const
|
||||||
|
|||||||
Reference in New Issue
Block a user