mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-12 06:17:21 +00:00
Qt: Expand Controller Profile Dropdown Width
This commit is contained in:
parent
20b4581bbe
commit
0abd7c0524
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user