mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 14:08:03 -06:00
Merge pull request #2034 from pmzqla/sections
Don't stretch the last section in the transfer list
This commit is contained in:
@@ -111,6 +111,7 @@ TransferListWidget::TransferListWidget(QWidget *parent, MainWindow *main_window,
|
|||||||
#if defined(Q_OS_MAC)
|
#if defined(Q_OS_MAC)
|
||||||
setAttribute(Qt::WA_MacShowFocusRect, false);
|
setAttribute(Qt::WA_MacShowFocusRect, false);
|
||||||
#endif
|
#endif
|
||||||
|
header()->setStretchLastSection(false);
|
||||||
|
|
||||||
// Default hidden columns
|
// Default hidden columns
|
||||||
if (!column_loaded) {
|
if (!column_loaded) {
|
||||||
|
|||||||
Reference in New Issue
Block a user