[epiphany] ephy-window: remove additional spacing in the downloads bar



commit e58b47e186389775b4ef6d134ac80dea6f932446
Author: Sebastian Keller <sebastian-keller gmx de>
Date:   Tue Apr 17 13:03:55 2012 +0200

    ephy-window: remove additional spacing in the downloads bar
    
    It was added to accomodate the window resize grip, which does not
    exist anymore in Adwaita.

 src/ephy-window.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 16bda79..4d16a25 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -2896,8 +2896,6 @@ setup_downloads_box (EphyWindow *window)
 	gtk_container_add (GTK_CONTAINER (close_button), image);
 	gtk_box_pack_end (GTK_BOX (widget), close_button, FALSE, FALSE, 4);
 
-	gtk_widget_set_margin_right (widget, 20);
-
 	g_signal_connect (close_button, "clicked",
 			  G_CALLBACK (downloads_close_cb), window);
 	g_signal_connect (widget, "remove",



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