mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Improved column visibility patch
This commit is contained in:
parent
a8a2ba188d
commit
63a0f4bf11
1 changed files with 1 additions and 1 deletions
|
@ -922,7 +922,7 @@ void TransferListWidget::displayDLHoSMenu(const QPoint&){
|
|||
Q_ASSERT(col >= 0);
|
||||
qDebug("Toggling column %d visibility", col);
|
||||
setColumnHidden(col, !isColumnHidden(col));
|
||||
if(!isColumnHidden(col))
|
||||
if(!isColumnHidden(col) && columnWidth(col) <= 5)
|
||||
setColumnWidth(col, 100);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue