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