[Xfce4-commits] <ristretto:master> Darken the clock background-color
Stephan Arts
noreply at xfce.org
Mon Apr 16 19:52:02 CEST 2012
Updating branch refs/heads/master
to 226b58a0ed3d05774f98d6e3e699eff0ae941b2b (commit)
from ee6caeb70c0ebf2a19453e5701a89006ff3bedf0 (commit)
commit 226b58a0ed3d05774f98d6e3e699eff0ae941b2b
Author: Stephan Arts <stephan at xfce.org>
Date: Mon Apr 16 19:49:58 2012 +0200
Darken the clock background-color
src/image_viewer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/image_viewer.c b/src/image_viewer.c
index 10776c3..6843f07 100644
--- a/src/image_viewer.c
+++ b/src/image_viewer.c
@@ -1025,7 +1025,7 @@ paint_clock (
widget->allocation.width-offset-width,
widget->allocation.height-offset-height);
- cairo_set_source_rgba (ctx, 0.0, 0.0, 0.0, 0.3);
+ cairo_set_source_rgba (ctx, 0.0, 0.0, 0.0, 0.4);
cairo_save(ctx);
cairo_translate (
ctx,
More information about the Xfce4-commits
mailing list