diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-16 23:59:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-16 23:59:14 +0100 |
commit | 0f6e3421c88935a6769304aab4d1631fa2ff4574 (patch) | |
tree | 60c2401de05c22ae8cb65381423a528acf4a8dea | |
parent | Merge pull request #43 from N00byKing/3052 (diff) | |
parent | Implement Pull #3030 from Citra (diff) | |
download | yuzu-0f6e3421c88935a6769304aab4d1631fa2ff4574.tar yuzu-0f6e3421c88935a6769304aab4d1631fa2ff4574.tar.gz yuzu-0f6e3421c88935a6769304aab4d1631fa2ff4574.tar.bz2 yuzu-0f6e3421c88935a6769304aab4d1631fa2ff4574.tar.lz yuzu-0f6e3421c88935a6769304aab4d1631fa2ff4574.tar.xz yuzu-0f6e3421c88935a6769304aab4d1631fa2ff4574.tar.zst yuzu-0f6e3421c88935a6769304aab4d1631fa2ff4574.zip |
-rw-r--r-- | src/yuzu/configuration/configure_debug.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/yuzu/configuration/configure_debug.ui b/src/yuzu/configuration/configure_debug.ui index 96638ebdb..a10bea2f4 100644 --- a/src/yuzu/configuration/configure_debug.ui +++ b/src/yuzu/configuration/configure_debug.ui @@ -13,24 +13,24 @@ <property name="windowTitle"> <string>Form</string> </property> - <layout class="QVBoxLayout" name="verticalLayout"> + <layout class="QVBoxLayout" name="verticalLayout_1"> <item> - <layout class="QVBoxLayout" name="verticalLayout_3"> + <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>GDB</string> </property> - <layout class="QVBoxLayout" name="verticalLayout_2"> + <layout class="QVBoxLayout" name="verticalLayout_3"> <item> - <widget class="QLabel"> + <widget class="QLabel" name="label_1"> <property name="text"> <string>The GDB Stub only works correctly when the CPU JIT is off.</string> </property> </widget> </item> <item> - <layout class="QHBoxLayout" name="horizontalLayout_3"> + <layout class="QHBoxLayout" name="horizontalLayout_1"> <item> <widget class="QCheckBox" name="toggle_gdbstub"> <property name="text"> @@ -52,7 +52,7 @@ </spacer> </item> <item> - <widget class="QLabel" name="label"> + <widget class="QLabel" name="label_2"> <property name="text"> <string>Port:</string> </property> |