1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-10 04:11:16 +00:00

Merge pull request #2034 from pmzqla/sections

Don't stretch the last section in the transfer list
This commit is contained in:
sledgehammer999 2014-10-18 13:31:39 +03:00
commit c2e0baa6a6

View File

@ -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) {