Search and replace preferences: Prevent very long strings from causing the wizard button to get pushed off the screen

This commit is contained in:
Kovid Goyal 2011-03-06 08:18:45 -07:00
parent 6fc235d5f9
commit f31e4acbae

View File

@ -43,6 +43,9 @@
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
</property>
<property name="minimumContentsLength"> <property name="minimumContentsLength">
<number>30</number> <number>30</number>
</property> </property>