Skip to content

Commit

Permalink
AttributeForm: Use horizontal space for editor widgets
Browse files Browse the repository at this point in the history
Followup e66dd99
  • Loading branch information
m-kuhn committed Jun 5, 2015
1 parent e66dd99 commit 0df62b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsattributeform.cpp
Expand Up @@ -682,7 +682,7 @@ QWidget* QgsAttributeForm::createWidgetFromDef( const QgsAttributeEditorElement
++index;
}
QWidget* spacer = new QWidget();
spacer->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Preferred );
spacer->setSizePolicy( QSizePolicy::Minimum, QSizePolicy::Preferred );
gbLayout->addWidget( spacer, index, 0 );

labelText = QString::null;
Expand Down

0 comments on commit 0df62b7

Please sign in to comment.