[epiphany] ephy-toolbar: Fix the margin on the left side of the separator



commit c22bf5b758a617ece45985b98e33de6dbbdac6d6
Author: Yosef Or Boczko <yoseforb gmail com>
Date:   Sat Aug 31 20:40:23 2013 +0300

    ephy-toolbar: Fix the margin on the left side of the separator
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707091

 src/ephy-toolbar.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/ephy-toolbar.c b/src/ephy-toolbar.c
index eaeb31f..8a8b190 100644
--- a/src/ephy-toolbar.c
+++ b/src/ephy-toolbar.c
@@ -268,9 +268,9 @@ ephy_toolbar_constructed (GObject *object)
   gtk_widget_show_all (separator);
 
   if (gtk_widget_get_direction (GTK_WIDGET (separator)) == GTK_TEXT_DIR_RTL)
-    gtk_widget_set_margin_right (GTK_WIDGET (separator), 8);
+    gtk_widget_set_margin_right (GTK_WIDGET (separator), 6);
   else
-    gtk_widget_set_margin_left (GTK_WIDGET (separator), 8);
+    gtk_widget_set_margin_left (GTK_WIDGET (separator), 6);
 
   button = gtk_button_new_from_icon_name ("window-close-symbolic",
                                           GTK_ICON_SIZE_MENU);


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