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

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sat Feb 4 12:44:54 PST 2006


Author: chipx86
Date: 2006-02-04 12:44:51 -0800 (Sat, 04 Feb 2006)
New Revision: 2544

Modified:
   trunk/notification-daemon/ChangeLog
   trunk/notification-daemon/themes/standard/theme.c
Log:
Change the stripe width to 30. Images align a lot nicer now.


Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog	2006-02-04 20:43:29 UTC (rev 2543)
+++ trunk/notification-daemon/ChangeLog	2006-02-04 20:44:51 UTC (rev 2544)
@@ -1,3 +1,8 @@
+Sat Feb 04 12:44:32 PST 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* themes/standard/theme.c:
+	  - Change the stripe width to 30. Images align a lot nicer now.
+
 Sat Feb 04 12:38:22 PST 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* themes/standard/theme.c:

Modified: trunk/notification-daemon/themes/standard/theme.c
===================================================================
--- trunk/notification-daemon/themes/standard/theme.c	2006-02-04 20:43:29 UTC (rev 2543)
+++ trunk/notification-daemon/themes/standard/theme.c	2006-02-04 20:44:51 UTC (rev 2544)
@@ -56,7 +56,7 @@
 #define WIDTH         300
 #define IMAGE_SIZE    32
 #define IMAGE_PADDING 10
-#define STRIPE_WIDTH  25
+#define STRIPE_WIDTH  30
 #define PIE_WIDTH     24
 #define PIE_HEIGHT    24
 #define BODY_X_OFFSET (IMAGE_SIZE + 8)



More information about the galago-commits mailing list