[Galago-commits] r2547 - in trunk/notification-daemon: . themes/standard

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sat Feb 4 13:15:53 PST 2006


Author: chipx86
Date: 2006-02-04 13:15:50 -0800 (Sat, 04 Feb 2006)
New Revision: 2547

Modified:
   trunk/notification-daemon/ChangeLog
   trunk/notification-daemon/themes/standard/theme.c
Log:
Ensure that the labels in the action buttons are aligned correctly.


Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog	2006-02-04 21:12:01 UTC (rev 2546)
+++ trunk/notification-daemon/ChangeLog	2006-02-04 21:15:50 UTC (rev 2547)
@@ -1,3 +1,8 @@
+Sat Feb 04 13:15:29 PST 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* themes/standard/theme.c:
+	  - Ensure that the labels in the action buttons are aligned correctly.
+
 Sat Feb 04 13:11:25 PST 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* src/engines.c:

Modified: trunk/notification-daemon/themes/standard/theme.c
===================================================================
--- trunk/notification-daemon/themes/standard/theme.c	2006-02-04 21:12:01 UTC (rev 2546)
+++ trunk/notification-daemon/themes/standard/theme.c	2006-02-04 21:15:50 UTC (rev 2547)
@@ -499,6 +499,7 @@
 	label = gtk_label_new(NULL);
 	gtk_widget_show(label);
 	gtk_box_pack_start(GTK_BOX(hbox), label, FALSE, FALSE, 0);
+	gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
 	buf = g_strdup_printf("<small>%s</small>", text);
 	gtk_label_set_markup(GTK_LABEL(label), buf);
 	g_free(buf);



More information about the galago-commits mailing list