Fixed filter scrollarea not adjusting to parent height

Changed the Qt Layout for FilterWidget2 to "Lay Out on a Grid" to
allow the scrollarea to adjust when the height of FilterWidget2
changes. Fixes issues #2174.

Signed-off-by: Doug Junkins <junkins@foghead.com>
This commit is contained in:
Doug Junkins 2019-07-12 16:49:11 -07:00 committed by Dirk Hohndel
parent 96ee6898e8
commit 0fb4ac7602

View file

@ -13,15 +13,9 @@
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<widget class="QScrollArea" name="scrollArea">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>510</width>
<height>200</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
@ -36,8 +30,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>510</width>
<height>200</height>
<width>486</width>
<height>487</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
@ -468,6 +462,8 @@
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>