Skip to content

Commit 6e83630

Browse files
committed
fix resizing columns in the identify results dialog
1 parent 98a8bc1 commit 6e83630

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/qgsidentifyresultsdialog.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,6 @@ void QgsIdentifyResultsDialog::addFeature( const QgsMapToolIdentify::IdentifyRes
452452
void QgsIdentifyResultsDialog::addFeature( QgsVectorLayer *vlayer, const QgsFeature &f, const QMap<QString, QString> &derivedAttributes )
453453
{
454454
QTreeWidgetItem *layItem = layerItem( vlayer );
455-
lstResults->header()->setSectionResizeMode( QHeaderView::ResizeToContents );
456-
lstResults->header()->setStretchLastSection( false );
457455

458456
if ( !layItem )
459457
{

0 commit comments

Comments
 (0)