mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Don't stretch the last section in the transfer list
Since the content of some sections is right aligned, automatically resizing the width of the last one to fill the header could be sometimes undesired. Let the user choose the width of each section and never change his preference.
This commit is contained in:
parent
b8da4bcf74
commit
f7f1c81238
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ TransferListWidget::TransferListWidget(QWidget *parent, MainWindow *main_window,
|
|||
#if defined(Q_WS_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