[gnome-logs/wip/batching] Move icon to the left of the commandline
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-logs/wip/batching] Move icon to the left of the commandline
- Date: Thu, 20 Feb 2014 14:37:10 +0000 (UTC)
commit 9eb6a867bf2375571c233b91ea7cd27c9a372729
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]