mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
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:
parent
a5bbdf0c5f
commit
5f68b62450
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@
|
|||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="sizeAdjustPolicy">
|
||||
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
|
Loading…
Reference in a new issue