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



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

    Move icon to the left of the commandline

 src/gl-eventviewdetail.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gl-eventviewdetail.c b/src/gl-eventviewdetail.c
index 25eb67c..026c45a 100644
--- a/src/gl-eventviewdetail.c
+++ b/src/gl-eventviewdetail.c
@@ -67,7 +67,7 @@ create_widget_for_comm (const gchar *comm)
 
             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]