gui: forum: set expanding sizepolicy for grouptreewidget

It still shrinks for some amount, but less.
What exactly cause such behaviour from post to post still unknown.
This commit is contained in:
chelovechishko 2022-05-16 12:45:28 +09:00
parent 826b097040
commit 26def039eb

View File

@ -10,6 +10,12 @@
<height>257</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>2</number>