Skip to content

Commit

Permalink
Better control of Layer and geometry precision columns
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Jan 6, 2022
1 parent def019d commit cca508f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/app/qgsprojectproperties.cpp
Expand Up @@ -872,6 +872,8 @@ QgsProjectProperties::QgsProjectProperties( QgsMapCanvas *mapCanvas, QWidget *pa
}
}
twWFSLayers->setRowCount( j );
twWFSLayers->resizeColumnToContents( 0 );
twWFSLayers->resizeColumnToContents( 2 );
twWFSLayers->verticalHeader()->setSectionResizeMode( QHeaderView::ResizeToContents );

mWCSUrlLineEdit->setText( QgsProject::instance()->readEntry( QStringLiteral( "WCSUrl" ), QStringLiteral( "/" ), QString() ) );
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsprojectpropertiesbase.ui
Expand Up @@ -2848,7 +2848,7 @@
</column>
<column>
<property name="text">
<string>Geometry precision (decimal places)</string>
<string>Geometry precision</string>
</property>
</column>
<column>
Expand Down

0 comments on commit cca508f

Please sign in to comment.