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

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sat Jan 13 00:19:33 PST 2007


Author: chipx86
Date: 2007-01-13 00:19:30 -0800 (Sat, 13 Jan 2007)
New Revision: 2962

Modified:
   trunk/notification-daemon/ChangeLog
   trunk/notification-daemon/src/themes/standard/theme.c
Log:
Adjust the opacity of the notification just ever so slightly. I think this makes the notification more readable (less content behind it leaking through) while still looking nice and transparent. I might be full of it.


Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog	2007-01-13 08:04:27 UTC (rev 2961)
+++ trunk/notification-daemon/ChangeLog	2007-01-13 08:19:30 UTC (rev 2962)
@@ -1,3 +1,11 @@
+Sat Jan 13 00:18:40 PST 2007  Christian Hammond <chipx86 at chipx86.com>
+
+	* src/themes/standard/theme.c:
+	  - Adjust the opacity of the notification just ever so slightly. I think
+	    this makes the notification more readable (less content behind it
+	    leaking through) while still looking nice and transparent. I might be
+	    full of it.
+
 Fri Jan 12 23:57:15 PST 2007  Christian Hammond <chipx86 at chipx86.com>
 
 	* src/themes/standard/theme.c:

Modified: trunk/notification-daemon/src/themes/standard/theme.c
===================================================================
--- trunk/notification-daemon/src/themes/standard/theme.c	2007-01-13 08:04:27 UTC (rev 2961)
+++ trunk/notification-daemon/src/themes/standard/theme.c	2007-01-13 08:19:30 UTC (rev 2962)
@@ -69,7 +69,7 @@
 #define DEFAULT_ARROW_OFFSET  (STRIPE_WIDTH + 2)
 #define DEFAULT_ARROW_HEIGHT  14
 #define DEFAULT_ARROW_WIDTH   28
-#define BACKGROUND_OPACITY    0.9
+#define BACKGROUND_OPACITY    0.92
 
 #if GTK_CHECK_VERSION(2, 8, 0)
 # define USE_CAIRO



More information about the galago-commits mailing list