[bijiben] importDialog: do not user symbolic icon for local folder import



commit 6d558179737de3188a71192d0b7ff464b57e3bd6
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Thu Aug 8 22:36:36 2013 +0200

    importDialog: do not user symbolic icon for local folder import
    
    This is not consistent.

 src/bjb-import-dialog.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/bjb-import-dialog.c b/src/bjb-import-dialog.c
index 92226a4..dddb702 100644
--- a/src/bjb-import-dialog.c
+++ b/src/bjb-import-dialog.c
@@ -300,9 +300,10 @@ add_custom (BjbImportDialog *self)
   priv->cust_box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
   gtk_box_pack_start (GTK_BOX (box), priv->cust_box, TRUE, FALSE, 0);
 
-  w = gtk_image_new_from_icon_name ("folder-symbolic", GTK_ICON_SIZE_INVALID);
-  gtk_image_set_pixel_size (GTK_IMAGE (w), 38);
+  w = gtk_image_new_from_icon_name ("folder", GTK_ICON_SIZE_INVALID);
+  gtk_image_set_pixel_size (GTK_IMAGE (w), 48);
   gtk_widget_set_margin_left (w, 12);
+  gtk_widget_set_margin_right (w, 12);
   gtk_container_add (GTK_CONTAINER (priv->cust_box), w);
 
 


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