UI: Fix compile warnings about deprecated QT usage

master
Shaolin 2020-08-26 01:36:15 -03:00
parent 420823bfaa
commit 5ff82bb9fe
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
<string notr="true"/>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLength</enum>
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
</property>
</widget>
</item>

View File

@ -77,7 +77,7 @@
<string notr="true"/>
</property>
<property name="sizeAdjustPolicy">
<enum>QComboBox::AdjustToMinimumContentsLength</enum>
<enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
</property>
</widget>
</item>