[gcompris/gcomprixogoo] Now the text color is black in the memory cards. In white it was hard to read.



commit 35e0de476375ca1b44a7c93144d0de6e470185ee
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Wed Nov 3 22:04:05 2010 +0100

    Now the text color is black in the memory cards. In white it was hard to read.

 src/memory-activity/memory.c                       |    2 +-
 src/memory-activity/resources/memory/backcard.png  |  Bin 22061 -> 21521 bytes
 src/memory-activity/resources/memory/emptycard.png |  Bin 1881 -> 1784 bytes
 3 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/memory-activity/memory.c b/src/memory-activity/memory.c
index a91b5f2..295a1b2 100644
--- a/src/memory-activity/memory.c
+++ b/src/memory-activity/memory.c
@@ -1464,7 +1464,7 @@ static void create_item(GooCanvasItem *parent)
 				     -1,
 				     GTK_ANCHOR_CENTER,
 				     "font", font,
-				     "fill_color_rgba", 0xFFFFFFFF,
+				     "fill_color_rgba", 0x000000FF,
 				     NULL);
 
 	      if(memoryItem->type == TYPE_WORDNUMBER){
diff --git a/src/memory-activity/resources/memory/backcard.png b/src/memory-activity/resources/memory/backcard.png
index 746a3d5..2c840e9 100644
Binary files a/src/memory-activity/resources/memory/backcard.png and b/src/memory-activity/resources/memory/backcard.png differ
diff --git a/src/memory-activity/resources/memory/emptycard.png b/src/memory-activity/resources/memory/emptycard.png
index ecfc3e4..1870e48 100644
Binary files a/src/memory-activity/resources/memory/emptycard.png and b/src/memory-activity/resources/memory/emptycard.png differ



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