[nautilus] Put tabs at the bottom



commit c6ee7553fd029239eff50d32dbcb57223ffa185e
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Dec 10 14:53:14 2009 +0100

    Put tabs at the bottom
    
    There is way to much visual clutter at the top already, with the location
    bars and toolbars.

 src/nautilus-notebook.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-notebook.c b/src/nautilus-notebook.c
index 7ee7396..a7e44a4 100644
--- a/src/nautilus-notebook.c
+++ b/src/nautilus-notebook.c
@@ -241,6 +241,7 @@ nautilus_notebook_init (NautilusNotebook *notebook)
 	gtk_notebook_set_scrollable (GTK_NOTEBOOK (notebook), TRUE);
 	gtk_notebook_set_show_border (GTK_NOTEBOOK (notebook), FALSE);
 	gtk_notebook_set_show_tabs (GTK_NOTEBOOK (notebook), FALSE);
+	gtk_notebook_set_tab_pos (GTK_NOTEBOOK (notebook), GTK_POS_BOTTOM);
 
 	g_signal_connect (notebook, "button-press-event",
 			  (GCallback)button_press_cb, NULL);



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