Skip to content
Permalink
Browse files
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.
@@ -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 )
{

0 comments on commit 6e83630

Please sign in to comment.