mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +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>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="groupIcon">
|
<widget class="QComboBox" name="groupIcon"/>
|
||||||
<property name="sizeAdjustPolicy">
|
|
||||||
<enum>QComboBox::AdjustToContents</enum>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<spacer name="horizontalSpacer">
|
<spacer name="horizontalSpacer">
|
||||||
|
|
Loading…
Reference in a new issue