UI: Prevent auto config service names squishing

This commit is contained in:
jp9000 2022-04-18 12:17:25 -07:00
parent e860b26589
commit 275e510aad

View File

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>692</width>
<width>726</width>
<height>407</height>
</rect>
</property>
@ -89,7 +89,14 @@
<number>0</number>
</property>
<item>
<widget class="QComboBox" name="service"/>
<widget class="QComboBox" name="service">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="UrlPushButton" name="moreInfoButton">