fix recentListWidget size

This commit is contained in:
thez3ro 2017-02-12 00:27:33 +01:00
parent 7f51160879
commit d530c21cd7
No known key found for this signature in database
GPG Key ID: F628F9E41DD7C073

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>450</width>
<height>401</height>
<height>419</height>
</rect>
</property>
<property name="sizePolicy">
@ -153,7 +153,7 @@
<item>
<widget class="QListWidget" name="recentListWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@ -164,6 +164,12 @@
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>110</height>
</size>
</property>
</widget>
</item>
</layout>