Skip to content

Commit

Permalink
Allow resizing and moving columns
Browse files Browse the repository at this point in the history
  • Loading branch information
roya0045 authored and nyalldawson committed Mar 16, 2020
1 parent 9dc9559 commit 602af3f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/qgshandlebadlayers.cpp
Expand Up @@ -113,6 +113,9 @@ QgsHandleBadLayers::QgsHandleBadLayers( const QList<QDomNode> &layers )
<< tr( "Datasource" )
);

mLayerList->horizontalHeader()->setSectionMovable( true );
mLayerList->horizontalHeader()->setSectionResizeMode( QHeaderView::Interactive );

int j = 0;
for ( int i = 0; i < mLayers.size(); i++ )
{
Expand Down

0 comments on commit 602af3f

Please sign in to comment.