Skip to content

Commit 54b5165

Browse files
DelazJnyalldawson
authored andcommittedNov 26, 2017
Make frames expandable and cover needed space
1 parent 62d7115 commit 54b5165

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed
 

‎src/ui/qgsvectorlayerpropertiesbase.ui

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1588,19 +1588,6 @@ border-radius: 2px;</string>
15881588
</property>
15891589
</widget>
15901590
</item>
1591-
<item>
1592-
<spacer name="verticalSpacer_4">
1593-
<property name="orientation">
1594-
<enum>Qt::Vertical</enum>
1595-
</property>
1596-
<property name="sizeHint" stdset="0">
1597-
<size>
1598-
<width>20</width>
1599-
<height>40</height>
1600-
</size>
1601-
</property>
1602-
</spacer>
1603-
</item>
16041591
</layout>
16051592
</widget>
16061593
</item>
@@ -2162,6 +2149,12 @@ border-radius: 2px;</string>
21622149
</item>
21632150
<item row="2" column="0">
21642151
<widget class="QgsCollapsibleGroupBox" name="mAuxiliaryStorageFieldsGrpBox">
2152+
<property name="sizePolicy">
2153+
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
2154+
<horstretch>0</horstretch>
2155+
<verstretch>0</verstretch>
2156+
</sizepolicy>
2157+
</property>
21652158
<property name="title">
21662159
<string>Fields</string>
21672160
</property>

0 commit comments

Comments
 (0)
Please sign in to comment.