[gnome-builder] plugins/buildui: fix grouping of joined menu items



commit 678744f5cad8e432aafc06d2ff1e4f559ca99f04
Author: Christian Hergert <chergert redhat com>
Date:   Fri Sep 9 20:49:30 2022 -0700

    plugins/buildui: fix grouping of joined menu items

 src/plugins/buildui/gtk/menus.ui | 16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/src/plugins/buildui/gtk/menus.ui b/src/plugins/buildui/gtk/menus.ui
index 8c997c6e5..71590a9ba 100644
--- a/src/plugins/buildui/gtk/menus.ui
+++ b/src/plugins/buildui/gtk/menus.ui
@@ -29,17 +29,15 @@
     </section>
   </menu>
   <menu id="build-menu">
-    <section id="build-configure-section">
+    <item>
+      <attribute name="label" translatable="yes">Configure Project…</attribute>
+      <attribute name="action">context.workbench.configure</attribute>
+      <attribute name="accel">&lt;alt&gt;comma</attribute>
+      <attribute name="description" translatable="yes">Configure settings related to the project</attribute>
+      <attribute name="verb-icon">preferences-system-symbolic</attribute>
       <attribute name="page" translatable="yes">Code Foundry</attribute>
       <attribute name="group" translatable="yes">Configuration</attribute>
-      <item>
-        <attribute name="label" translatable="yes">Configure Project…</attribute>
-        <attribute name="action">context.workbench.configure</attribute>
-        <attribute name="accel">&lt;alt&gt;comma</attribute>
-        <attribute name="description" translatable="yes">Configure settings related to the 
project</attribute>
-        <attribute name="verb-icon">preferences-system-symbolic</attribute>
-      </item>
-    </section>
+    </item>
     <section id="build-menu-target">
       <attribute name="page" translatable="yes">Code Foundry</attribute>
       <attribute name="group" translatable="yes">Configuration</attribute>


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