Qt: Fix size of input profile dropdown

This commit is contained in:
Stenzek 2023-06-19 17:57:08 +10:00 committed by Connor McLaughlin
parent 5b5016bfd4
commit c4d136383c
1 changed files with 14 additions and 1 deletions

View File

@ -73,7 +73,20 @@
</widget>
</item>
<item>
<widget class="QComboBox" name="currentProfile"/>
<widget class="QComboBox" name="currentProfile">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>220</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="newProfile">