Properties VIew: Fix a more form layout issues
This commit is contained in:
parent
fbbf274c51
commit
dc6a17be2e
@ -249,6 +249,9 @@
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<layout class="QFormLayout" name="formLayout_5">
|
||||
<property name="fieldGrowthPolicy">
|
||||
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
|
||||
</property>
|
||||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label_16">
|
||||
<property name="minimumSize">
|
||||
|
@ -20,6 +20,7 @@ void OBSPropertiesView::RefreshProperties()
|
||||
widget = new QWidget();
|
||||
|
||||
QFormLayout *layout = new QFormLayout;
|
||||
layout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
|
||||
widget->setLayout(layout);
|
||||
|
||||
QSizePolicy mainPolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
||||
|
Loading…
x
Reference in New Issue
Block a user