Skip to content

Commit

Permalink
set feature form windows title
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 1, 2014
1 parent df6ae76 commit 386e2f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsattributedialog.cpp
Expand Up @@ -144,6 +144,7 @@ bool QgsAttributeDialog::eventFilter( QObject* obj, QEvent* e )
void QgsAttributeDialog::init( QgsVectorLayer* layer, QgsFeature* feature, QgsAttributeEditorContext& context, QWidget* parent )
{
mDialog = new QDialog( parent );
mDialog->setWindowTitle( tr( "Feature Attributes" ) );
mDialog->setLayout( new QGridLayout() );
mDialog->layout()->setMargin( 0 );
mAttributeForm = new QgsAttributeForm( layer, *feature, context, parent );
Expand Down

0 comments on commit 386e2f3

Please sign in to comment.