mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
AttributeForm: Use horizontal space for editor widgets
Followup e66dd998d
This commit is contained in:
parent
e66dd998d6
commit
0df62b7aad
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user