diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-09-13 09:25:22 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-11-15 23:33:19 -0500 |
commit | 9d4edd4e88d291aa4b778b74f6e9daa9dd358d2b (patch) | |
tree | a06ff0991db50b8426bcfbb0e6d4a03a0b7e3fa5 /src/yuzu/applets | |
parent | ce718522bcc606326bf6510187a9169e8bfd3787 (diff) |
ui/themes: Cleanup UI
Diffstat (limited to 'src/yuzu/applets')
-rw-r--r-- | src/yuzu/applets/controller.ui | 31 |
1 files changed, 9 insertions, 22 deletions
diff --git a/src/yuzu/applets/controller.ui b/src/yuzu/applets/controller.ui index c4108a979..2ab69a2d3 100644 --- a/src/yuzu/applets/controller.ui +++ b/src/yuzu/applets/controller.ui @@ -1217,9 +1217,6 @@ </item> <item> <widget class="QComboBox" name="comboPlayer3Emulated"> - <property name="editable"> - <bool>false</bool> - </property> <item> <property name="text"> <string>Pro Controller</string> @@ -2279,7 +2276,7 @@ <number>6</number> </property> <property name="leftMargin"> - <number>6</number> + <number>8</number> </property> <property name="topMargin"> <number>6</number> @@ -2335,13 +2332,13 @@ <widget class="QSpinBox" name="vibrationSpin"> <property name="minimumSize"> <size> - <width>65</width> - <height>0</height> + <width>68</width> + <height>21</height> </size> </property> <property name="maximumSize"> <size> - <width>65</width> + <width>68</width> <height>16777215</height> </size> </property> @@ -2387,18 +2384,18 @@ <widget class="QPushButton" name="motionButton"> <property name="minimumSize"> <size> - <width>57</width> + <width>68</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> - <width>55</width> + <width>68</width> <height>16777215</height> </size> </property> <property name="styleSheet"> - <string notr="true">min-width: 55px;</string> + <string notr="true">min-width: 68px;</string> </property> <property name="text"> <string>Configure</string> @@ -2430,12 +2427,12 @@ <widget class="QPushButton" name="inputConfigButton"> <property name="maximumSize"> <size> - <width>65</width> + <width>68</width> <height>16777215</height> </size> </property> <property name="styleSheet"> - <string notr="true">min-width: 55px;</string> + <string notr="true">min-width: 68px;</string> </property> <property name="text"> <string>Open</string> @@ -2657,16 +2654,6 @@ <signal>accepted()</signal> <receiver>QtControllerSelectorDialog</receiver> <slot>accept()</slot> - <hints> - <hint type="sourcelabel"> - <x>20</x> - <y>20</y> - </hint> - <hint type="destinationlabel"> - <x>20</x> - <y>20</y> - </hint> - </hints> </connection> </connections> </ui> |