[gnome-logs/wip/batching: 14/14] Move icon to the left of the commandline



commit e595c5fd38c0a0b1d84367808f54eaf24db9eb3b
Author: David King <davidk gnome org>
Date:   Thu Feb 20 13:25:12 2014 +0000

    Move icon to the left of the commandline
    
    http://i.imgur.com/gEvFY8L.png

 src/gl-eventviewdetail.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gl-eventviewdetail.c b/src/gl-eventviewdetail.c
index 25eb67c..172afde 100644
--- a/src/gl-eventviewdetail.c
+++ b/src/gl-eventviewdetail.c
@@ -63,11 +63,11 @@ create_widget_for_comm (const gchar *comm)
             GtkWidget *label;
             GtkStyleContext *context;
 
-            box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+            box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 12);
 
             icon = g_app_info_get_icon (G_APP_INFO (desktop));
             image = gtk_image_new_from_gicon (icon, GTK_ICON_SIZE_DIALOG);
-            gtk_box_pack_end (GTK_BOX (box), image, TRUE, TRUE, 0);
+            gtk_box_pack_start (GTK_BOX (box), image, FALSE, FALSE, 0);
 
             label = gtk_label_new (g_app_info_get_name (G_APP_INFO (desktop)));
             gtk_widget_set_direction (label, GTK_TEXT_DIR_LTR);


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