Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix resizing columns in the identify results dialog
  • Loading branch information
slarosa committed Feb 2, 2018
1 parent 98a8bc1 commit 6e83630
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/qgsidentifyresultsdialog.cpp
Expand Up @@ -452,8 +452,6 @@ void QgsIdentifyResultsDialog::addFeature( const QgsMapToolIdentify::IdentifyRes
void QgsIdentifyResultsDialog::addFeature( QgsVectorLayer *vlayer, const QgsFeature &f, const QMap<QString, QString> &derivedAttributes )
{
QTreeWidgetItem *layItem = layerItem( vlayer );
lstResults->header()->setSectionResizeMode( QHeaderView::ResizeToContents );
lstResults->header()->setStretchLastSection( false );

if ( !layItem )
{
Expand Down

0 comments on commit 6e83630

Please sign in to comment.