mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Merge pull request #2034 from pmzqla/sections
Don't stretch the last section in the transfer list
This commit is contained in:
commit
c2e0baa6a6
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ TransferListWidget::TransferListWidget(QWidget *parent, MainWindow *main_window,
|
|||
#if defined(Q_OS_MAC)
|
||||
setAttribute(Qt::WA_MacShowFocusRect, false);
|
||||
#endif
|
||||
header()->setStretchLastSection(false);
|
||||
|
||||
// Default hidden columns
|
||||
if (!column_loaded) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue