[rhythmbox/wip/headerbar] Hide titlebar



commit d0d20b9cd63335258ad97b21b8697fdda01c354f
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Apr 15 16:30:41 2013 +0200

    Hide titlebar

 shell/rb-shell.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/shell/rb-shell.c b/shell/rb-shell.c
index b635fae..b26e252 100644
--- a/shell/rb-shell.c
+++ b/shell/rb-shell.c
@@ -485,6 +485,7 @@ construct_widgets (RBShell *shell)
 
        /* initialize UI */
        win = GTK_WINDOW (gtk_application_window_new (GTK_APPLICATION (shell->priv->application)));
+       gtk_window_set_hide_titlebar_when_maximized (win, TRUE);
        gtk_window_set_title (win, _("Rhythmbox"));
 
        shell->priv->window = GTK_WIDGET (win);


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