Possible fix for conversion box being too wide

This commit is contained in:
Kovid Goyal 2010-07-11 09:52:15 -06:00
parent ba94ea9670
commit de0aea0eb7
2 changed files with 14 additions and 1 deletions

View File

@ -28,7 +28,11 @@
</widget> </widget>
</item> </item>
<item row="1" column="1"> <item row="1" column="1">
<widget class="QComboBox" name="opt_chapter_mark"/> <widget class="QComboBox" name="opt_chapter_mark">
<property name="minimumContentsLength">
<number>20</number>
</property>
</widget>
</item> </item>
<item row="2" column="0"> <item row="2" column="0">
<widget class="QCheckBox" name="opt_remove_first_image"> <widget class="QCheckBox" name="opt_remove_first_image">

View File

@ -43,6 +43,15 @@
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="maximumSize">
<size>
<width>500</width>
<height>16777215</height>
</size>
</property>
<property name="minimumContentsLength">
<number>30</number>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>