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