[epiphany] ephy-window: align the toolbar margins with the shell ones



commit e65adc629711ac61ed2bd35112cf7d8b78583983
Author: Claudio Saavedra <csaavedra igalia com>
Date:   Sat Dec 15 14:44:14 2012 +0100

    ephy-window: align the toolbar margins with the shell ones
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679348

 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 37bc34b..db6b134 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3702,6 +3702,8 @@ setup_toolbar (EphyWindow *window)
 	EphyWindowPrivate *priv = window->priv;
 
 	toolbar = ephy_toolbar_new (window);
+	gtk_widget_set_margin_left (toolbar, 4);
+	gtk_widget_set_margin_right (toolbar, 4);
 	gtk_box_pack_start (GTK_BOX (priv->main_vbox),
 			    toolbar, FALSE, FALSE, 0);
 



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