diff options
author | bunnei <bunneidev@gmail.com> | 2020-11-17 20:02:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 20:02:27 -0800 |
commit | abda36636245c416a75774165d2a5b49610952fc (patch) | |
tree | 0bf3bab90e2155a3a16ffa21eabbc2a4c8f9d39d /src/yuzu/configuration/configure_debug_controller.ui | |
parent | 2dc9dbb809eaebff568568fef90bbb0f19f976ad (diff) | |
parent | e7e8a87927899b69bfe9f8e38f26dac08ec37abe (diff) |
Merge pull request #4866 from Morph1984/mjolnir-p3-prod
Project Mjölnir: Part 3 - Controller Profiles and Vibration Rework
Diffstat (limited to 'src/yuzu/configuration/configure_debug_controller.ui')
-rw-r--r-- | src/yuzu/configuration/configure_debug_controller.ui | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/yuzu/configuration/configure_debug_controller.ui b/src/yuzu/configuration/configure_debug_controller.ui index a95ed50ff..7b7e6582c 100644 --- a/src/yuzu/configuration/configure_debug_controller.ui +++ b/src/yuzu/configuration/configure_debug_controller.ui @@ -66,32 +66,12 @@ <signal>accepted()</signal> <receiver>ConfigureDebugController</receiver> <slot>accept()</slot> - <hints> - <hint type="sourcelabel"> - <x>140</x> - <y>318</y> - </hint> - <hint type="destinationlabel"> - <x>140</x> - <y>169</y> - </hint> - </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>ConfigureDebugController</receiver> <slot>reject()</slot> - <hints> - <hint type="sourcelabel"> - <x>140</x> - <y>318</y> - </hint> - <hint type="destinationlabel"> - <x>140</x> - <y>169</y> - </hint> - </hints> </connection> </connections> </ui> |