mirror of
https://github.com/transmission/transmission
synced 2025-02-20 21:26:53 +00:00
(trunk qt) #4980 "Resize headers in Files Tab in Torrent Properties Window" -- patch from samkpo
This commit is contained in:
parent
4123630768
commit
a34c0981fa
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ FileTreeView :: FileTreeView( QWidget * parent ):
|
|||
installEventFilter( this );
|
||||
|
||||
for( int i=0; i<NUM_COLUMNS; ++i )
|
||||
header()->setResizeMode( i, QHeaderView::Fixed );
|
||||
header()->setResizeMode( i, QHeaderView::Interactive );
|
||||
|
||||
connect( this, SIGNAL(clicked(const QModelIndex&)),
|
||||
this, SLOT(onClicked(const QModelIndex&)) );
|
||||
|
|
Loading…
Reference in a new issue