diff options
| author | Levi <L3ehunin@gmail.com> | 2021-01-10 22:09:56 -0700 | 
|---|---|---|
| committer | Levi <L3ehunin@gmail.com> | 2021-01-10 22:09:56 -0700 | 
| commit | 7a3c884e39fccfbb498b855080bffabc9ce2e7f1 (patch) | |
| tree | 5056f9406dec188439cb0deb87603498243a9412 /src/yuzu/configuration/configure_mouse_advanced.ui | |
| parent | bc69cc151192326f9b8e18bbda831f1589ba27e0 (diff) | |
| parent | 46cd71d1c773c29cce8b48e7e2b478bdf6d77085 (diff) | |
Merge remote-tracking branch 'upstream/master' into int-flags
Diffstat (limited to 'src/yuzu/configuration/configure_mouse_advanced.ui')
| -rw-r--r-- | src/yuzu/configuration/configure_mouse_advanced.ui | 46 | 
1 files changed, 13 insertions, 33 deletions
| diff --git a/src/yuzu/configuration/configure_mouse_advanced.ui b/src/yuzu/configuration/configure_mouse_advanced.ui index 74552fdbd..5b99e1c37 100644 --- a/src/yuzu/configuration/configure_mouse_advanced.ui +++ b/src/yuzu/configuration/configure_mouse_advanced.ui @@ -15,7 +15,7 @@    </property>    <property name="styleSheet">     <string notr="true">QPushButton { -  min-width: 55px; +  min-width: 60px;  }</string>    </property>    <layout class="QVBoxLayout" name="verticalLayout"> @@ -42,13 +42,13 @@           <widget class="QPushButton" name="forward_button">            <property name="minimumSize">             <size> -            <width>57</width> +            <width>68</width>              <height>0</height>             </size>            </property>            <property name="maximumSize">             <size> -            <width>16777215</width> +            <width>68</width>              <height>16777215</height>             </size>            </property> @@ -82,7 +82,7 @@           <widget class="QPushButton" name="back_button">            <property name="minimumSize">             <size> -            <width>57</width> +            <width>68</width>              <height>0</height>             </size>            </property> @@ -110,7 +110,7 @@           <widget class="QPushButton" name="left_button">            <property name="minimumSize">             <size> -            <width>57</width> +            <width>68</width>              <height>0</height>             </size>            </property> @@ -138,13 +138,13 @@           <widget class="QPushButton" name="middle_button">            <property name="minimumSize">             <size> -            <width>57</width> +            <width>68</width>              <height>0</height>             </size>            </property>            <property name="maximumSize">             <size> -            <width>16777215</width> +            <width>68</width>              <height>16777215</height>             </size>            </property> @@ -204,13 +204,13 @@           <widget class="QPushButton" name="right_button">            <property name="minimumSize">             <size> -            <width>57</width> +            <width>68</width>              <height>0</height>             </size>            </property>            <property name="maximumSize">             <size> -            <width>16777215</width> +            <width>68</width>              <height>16777215</height>             </size>            </property> @@ -256,13 +256,13 @@        <widget class="QPushButton" name="buttonClearAll">         <property name="minimumSize">          <size> -         <width>57</width> +         <width>68</width>           <height>0</height>          </size>         </property>         <property name="maximumSize">          <size> -         <width>16777215</width> +         <width>68</width>           <height>16777215</height>          </size>         </property> @@ -275,13 +275,13 @@        <widget class="QPushButton" name="buttonRestoreDefaults">         <property name="minimumSize">          <size> -         <width>57</width> +         <width>68</width>           <height>0</height>          </size>         </property>         <property name="maximumSize">          <size> -         <width>16777215</width> +         <width>68</width>           <height>16777215</height>          </size>         </property> @@ -324,32 +324,12 @@     <signal>accepted()</signal>     <receiver>ConfigureMouseAdvanced</receiver>     <slot>accept()</slot> -   <hints> -    <hint type="sourcelabel"> -     <x>124</x> -     <y>266</y> -    </hint> -    <hint type="destinationlabel"> -     <x>124</x> -     <y>143</y> -    </hint> -   </hints>    </connection>    <connection>     <sender>buttonBox</sender>     <signal>rejected()</signal>     <receiver>ConfigureMouseAdvanced</receiver>     <slot>reject()</slot> -   <hints> -    <hint type="sourcelabel"> -     <x>124</x> -     <y>266</y> -    </hint> -    <hint type="destinationlabel"> -     <x>124</x> -     <y>143</y> -    </hint> -   </hints>    </connection>   </connections>  </ui> | 
