mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05: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
faace5aa59
commit
f1c96eb143
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