fix delay opening preferences screen

qt currently seems very slow at calculating width of language dropdown,
so we change the setting to delay dropdown appearance instead of
appearance of the dialog
This commit is contained in:
Damien Elmes 2017-09-10 15:13:52 +10:00
parent faace5aa59
commit f1c96eb143

View file

@ -50,6 +50,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
</property>
</widget>
</item>
</layout>