Vertical policy adjusted

Adjusted what happens when the history is hidden.
master
Salvo 'LtWorf' Tomaselli 2016-01-04 12:07:22 +07:00
parent ba8453c923
commit ce783a4453
1 changed files with 19 additions and 3 deletions

@ -50,7 +50,7 @@
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
<verstretch>10</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
@ -209,9 +209,9 @@
<item>
<widget class="QListWidget" name="lstHistory">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
<verstretch>2</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
@ -234,6 +234,22 @@
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::MinimumExpanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<property name="spacing">