[gnome-builder] plugins/buildui: move logging into group with title



commit 1508f1a73bc7fb7a910b43b98850e1d898ff130f
Author: Christian Hergert <chergert redhat com>
Date:   Sat Aug 27 04:40:41 2022 -0700

    plugins/buildui: move logging into group with title

 src/plugins/buildui/tweaks.ui | 33 +++++++++++++++++----------------
 1 file changed, 17 insertions(+), 16 deletions(-)
---
diff --git a/src/plugins/buildui/tweaks.ui b/src/plugins/buildui/tweaks.ui
index ab26bc978..e8a939bbb 100644
--- a/src/plugins/buildui/tweaks.ui
+++ b/src/plugins/buildui/tweaks.ui
@@ -67,22 +67,6 @@
                 </child>
               </object>
             </child>
-            <child>
-              <object class="IdeTweaksGroup">
-                <child>
-                  <object class="IdeTweaksSwitch">
-                    <property name="title" translatable="yes">Verbose Logging</property>
-                    <property name="subtitle" translatable="yes">Runs with 
&lt;tt&gt;G_MESSAGES_DEBUG=all&lt;/tt&gt; environment variable for troubleshooting</property>
-                    <property name="binding">
-                      <object class="IdeTweaksSetting">
-                        <property name="schema-id">org.gnome.builder.project</property>
-                        <property name="schema-key">verbose-logging</property>
-                      </object>
-                    </property>
-                  </object>
-                </child>
-              </object>
-            </child>
             <child>
               <object class="IdeTweaksGroup">
                 <child>
@@ -141,6 +125,23 @@
                 </child>
               </object>
             </child>
+            <child>
+              <object class="IdeTweaksGroup">
+                <property name="title" translatable="yes">Logging</property>
+                <child>
+                  <object class="IdeTweaksSwitch">
+                    <property name="title" translatable="yes">Verbose Logging</property>
+                    <property name="subtitle" translatable="yes">Runs with 
&lt;tt&gt;G_MESSAGES_DEBUG=all&lt;/tt&gt; environment variable for troubleshooting</property>
+                    <property name="binding">
+                      <object class="IdeTweaksSetting">
+                        <property name="schema-id">org.gnome.builder.project</property>
+                        <property name="schema-key">verbose-logging</property>
+                      </object>
+                    </property>
+                  </object>
+                </child>
+              </object>
+            </child>
             <child>
               <object class="IdeTweaksGroup">
                 <property name="title" translatable="yes">Unit Tests</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]