[gnome-control-center/gnome-3-26] window: Disable the menubar



commit 01e3f9e8847f98266cc1e1751e53e8622de44a4f
Author: Felipe Borges <felipeborges gnome org>
Date:   Sun Sep 3 15:53:40 2017 +0200

    window: Disable the menubar
    
    It looks better to present the fallback app menu in the headerbar
    instead.
    
    This change assumes that client side decorations will be available,
    and therefore a GtkHeaderBar.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=786692

 shell/cc-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/shell/cc-window.c b/shell/cc-window.c
index b3e9c56..f644651 100644
--- a/shell/cc-window.c
+++ b/shell/cc-window.c
@@ -831,6 +831,7 @@ cc_window_new (GtkApplication *application)
                        "title", _("Settings"),
                        "icon-name", DEFAULT_WINDOW_ICON_NAME,
                        "window-position", GTK_WIN_POS_CENTER,
+                       "show-menubar", FALSE,
                        NULL);
 }
 


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