[gcompris/gcomprixogoo] Replaced the yellow by white the text color of the score.



commit 0e9178adcfcf705c3376c61217211a543ed7e71b
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Sat Feb 6 11:50:55 2010 +0100

    Replaced the yellow by white the text color of the score.

 src/gcompris/score.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gcompris/score.c b/src/gcompris/score.c
index 495393f..587ce1e 100644
--- a/src/gcompris/score.c
+++ b/src/gcompris/score.c
@@ -138,7 +138,7 @@ display_number(GooCanvasItem *parent,
 		       GTK_ANCHOR_NORTH,
 		       "alignment", PANGO_ALIGN_CENTER,
 		       "font", gc_skin_font_board_huge_bold,
-		       "fill-color-rgba", 0x7a8699FF,
+		       "fill-color-rgba", 0x696969FF,
 		       NULL);
 
   goo_canvas_text_new (parent,
@@ -149,7 +149,7 @@ display_number(GooCanvasItem *parent,
 		       GTK_ANCHOR_NORTH,
 		       "alignment", PANGO_ALIGN_CENTER,
 		       "font", gc_skin_font_board_huge_bold,
-		       "fill-color-rgba", 0xe5e532FF,
+		       "fill-color-rgba", 0xFFFFFFFF,
 		       NULL);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]