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 a5bbdf0c5f
commit 5f68b62450

View File

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