[gnome-builder] fullscreen: add fullscreen menu item to gear menu



commit b2a33515d2ec5f0e7785a9b3ae51ff76996fab71
Author: Christian Hergert <chergert redhat com>
Date:   Thu Jun 29 21:27:51 2017 -0700

    fullscreen: add fullscreen menu item to gear menu

 data/gtk/menus.ui |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/data/gtk/menus.ui b/data/gtk/menus.ui
index a561935..189b3ec 100644
--- a/data/gtk/menus.ui
+++ b/data/gtk/menus.ui
@@ -100,15 +100,12 @@
         <attribute name="action">win.save-all</attribute>
       </item>
     </section>
-<!--
-    <section>
-      <attribute name="id">close-section</attribute>
+    <section id="gear-menu-fullscreen-section">
       <item>
-        <attribute name="label" translatable="yes">_Close All</attribute>
-        <attribute name="action">workbench.close-all</attribute>
+        <attribute name="label" translatable="yes">_Fullscreen</attribute>
+        <attribute name="action">win.fullscreen</attribute>
       </item>
     </section>
--->
   </menu>
   <menu id="ide-source-view-popup-menu">
     <section id="ide-source-view-popup-menu-jump-section">


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