[rhythmbox/wip/headerbar: 8/8] Hide titlebar
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox/wip/headerbar: 8/8] Hide titlebar
- Date: Tue, 16 Apr 2013 12:41:41 +0000 (UTC)
commit bdb92e0f099758efc5a909980c134f8482c4dc07
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 3a614a4..e75a030 100644
--- a/shell/rb-shell.c
+++ b/shell/rb-shell.c
@@ -486,6 +486,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]