Make the create catalog dialog freely resizable

Fixes #1787523 [generate catalogue doesnt fit in 720](https://bugs.launchpad.net/calibre/+bug/1787523)
This commit is contained in:
Kovid Goyal 2018-08-20 13:06:26 +05:30
parent 3e0671ba17
commit ea8cf981d4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>674</width> <width>674</width>
<height>660</height> <height>645</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -39,12 +39,6 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize">
<size>
<width>650</width>
<height>575</height>
</size>
</property>
<property name="currentIndex"> <property name="currentIndex">
<number>0</number> <number>0</number>
</property> </property>