Skip to content

Commit

Permalink
Use full height on attribute form with drag and drop layout
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 5, 2015
1 parent 1f74cf0 commit 71d0b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsattributeform.cpp
Expand Up @@ -666,7 +666,7 @@ QWidget* QgsAttributeForm::createWidgetFromDef( const QgsAttributeEditorElement

++index;
}
gbLayout->addItem( new QSpacerItem( 0, 0, QSizePolicy::Minimum, QSizePolicy::Expanding ), index, 0 );
gbLayout->addItem( new QSpacerItem( 0, 0, QSizePolicy::Minimum, QSizePolicy::Preferred ), index, 0 );

labelText = QString::null;
labelOnTop = true;
Expand Down

0 comments on commit 71d0b57

Please sign in to comment.