1
0
Fork 0
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:
Jordan Lee 2012-07-22 17:01:52 +00:00
parent 4123630768
commit a34c0981fa

View file

@ -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&)) );