Qt: Expand Controller Profile Dropdown Width

This commit is contained in:
KamFretoZ 2024-09-10 19:56:38 +07:00 committed by Connor McLaughlin
parent e32783d421
commit 9b2f287503
1 changed files with 10 additions and 3 deletions

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>1284</width> <width>1284</width>
<height>672</height> <height>674</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
@ -63,7 +63,7 @@
</widget> </widget>
</item> </item>
<item row="1" column="0" colspan="2"> <item row="1" column="0" colspan="2">
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="controllerProfileLayout">
<item> <item>
<layout class="QHBoxLayout" name="editProfileLayout"> <layout class="QHBoxLayout" name="editProfileLayout">
<item> <item>
@ -74,7 +74,14 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QComboBox" name="currentProfile"/> <widget class="QComboBox" name="currentProfile">
<property name="minimumSize">
<size>
<width>200</width>
<height>0</height>
</size>
</property>
</widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="newProfile"> <widget class="QPushButton" name="newProfile">