mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
- Revert to default size adjustment policy for group icon's comboboxes.
This might speed up the groups' dialog construction (or might not).
This commit is contained in:
parent
9aefea2dc8
commit
98aedc0205
|
@ -39,11 +39,7 @@
|
|||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="groupIcon">
|
||||
<property name="sizeAdjustPolicy">
|
||||
<enum>QComboBox::AdjustToContents</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QComboBox" name="groupIcon"/>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="horizontalSpacer">
|
||||
|
|
Loading…
Reference in a new issue