[epiphany/notebook] notebook position experiment



commit adafd4dbc8f4a8327447b88016db47561186e439
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue Sep 8 07:23:47 2015 -0500

    notebook position experiment

 src/ephy-window.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index de9ba9f..138314a 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -2903,6 +2903,8 @@ setup_notebook (EphyWindow *window)
 
        notebook = GTK_NOTEBOOK (g_object_new (EPHY_TYPE_NOTEBOOK, NULL));
 
+       gtk_notebook_set_tab_pos (notebook, GTK_POS_LEFT);
+
        g_signal_connect_after (notebook, "switch-page",
                                G_CALLBACK (notebook_switch_page_cb),
                                window);


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