Browse Source

configure_debug: FIx duplicate labels

Duplicate labels were unintentionally introduced due to copy-paste. This silences the compilation warning produced by the presence of these duplicates.
nce_cpp
Morph 5 years ago
parent
commit
313e1b0f8f
  1. 10
      src/yuzu/configuration/configure_debug.ui

10
src/yuzu/configuration/configure_debug.ui

@ -23,7 +23,7 @@
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<item> <item>
<widget class="QLabel" name="label_2">
<widget class="QLabel" name="label_1">
<property name="text"> <property name="text">
<string>Global Log Filter</string> <string>Global Log Filter</string>
</property> </property>
@ -66,7 +66,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="label_3">
<widget class="QLabel" name="label_2">
<property name="font"> <property name="font">
<font> <font>
<italic>true</italic> <italic>true</italic>
@ -92,7 +92,7 @@
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout_4"> <layout class="QHBoxLayout" name="horizontalLayout_4">
<item> <item>
<widget class="QLabel" name="label_4">
<widget class="QLabel" name="label_3">
<property name="text"> <property name="text">
<string>Arguments String</string> <string>Arguments String</string>
</property> </property>
@ -155,7 +155,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="label_5">
<widget class="QLabel" name="label_4">
<property name="font"> <property name="font">
<font> <font>
<italic>true</italic> <italic>true</italic>
@ -200,7 +200,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="label_3">
<widget class="QLabel" name="label_5">
<property name="font"> <property name="font">
<font> <font>
<italic>true</italic> <italic>true</italic>

Loading…
Cancel
Save