We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66dd99 commit 0df62b7Copy full SHA for 0df62b7
src/gui/qgsattributeform.cpp
@@ -682,7 +682,7 @@ QWidget* QgsAttributeForm::createWidgetFromDef( const QgsAttributeEditorElement
682
++index;
683
}
684
QWidget* spacer = new QWidget();
685
- spacer->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Preferred );
+ spacer->setSizePolicy( QSizePolicy::Minimum, QSizePolicy::Preferred );
686
gbLayout->addWidget( spacer, index, 0 );
687
688
labelText = QString::null;
0 commit comments