mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-19 23:05:51 -04:00
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:
parent
826b097040
commit
26def039eb
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user