mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 22:33:08 +02:00
Search and replace preferences: Prevent very long strings from causing the wizard button to get pushed off the screen
This commit is contained in:
parent
6fc235d5f9
commit
f31e4acbae
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@
|
|||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="sizeAdjustPolicy">
|
||||
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
|
||||
</property>
|
||||
<property name="minimumContentsLength">
|
||||
<number>30</number>
|
||||
</property>
|
||||
|
|
|
|||
Loading…
Reference in a new issue