Set size policy of cover type selection to minimum expanding

This commit is contained in:
Martchus 2019-08-12 00:31:41 +02:00
parent 570bfc74ac
commit 9fd765c6de
1 changed files with 8 additions and 1 deletions

View File

@ -41,7 +41,14 @@
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="switchTypeComboBox"/>
<widget class="QComboBox" name="switchTypeComboBox">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="descriptionLabel">