[epiphany] Separate the icon from the label in the download item



commit 6b7999b1ea3428d60d6853f0e30d299fec8d4dfd
Author: William Jon McCann <william jon mccann gmail com>
Date:   Sun Dec 22 10:07:01 2013 -0500

    Separate the icon from the label in the download item
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720941

 lib/widgets/ephy-download-widget.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/widgets/ephy-download-widget.c b/lib/widgets/ephy-download-widget.c
index c0ebf47..a314871 100644
--- a/lib/widgets/ephy-download-widget.c
+++ b/lib/widgets/ephy-download-widget.c
@@ -540,6 +540,7 @@ create_widget (EphyDownloadWidget *widget)
   GtkWidget *remain;
 
   grid = gtk_grid_new ();
+  gtk_grid_set_column_spacing (GTK_GRID (grid), 6);
 
   button = totem_glow_button_new ();
   menu = gtk_button_new ();


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