Merge pull request #294 from keepassxreboot/fix/recent-list-size

Fix recentListWidget size
This commit is contained in:
TheZ3ro 2017-02-12 00:40:43 +01:00 committed by GitHub
commit b2702efc93

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>