[gcompris/gcomprixogoo] Made the level in the bar more readeable.
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gcompris/gcomprixogoo] Made the level in the bar more readeable.
- Date: Sat, 26 Dec 2009 23:45:03 +0000 (UTC)
commit fd6fbf535d68a9a0f632ee72cbe01d2a43fc8d1c
Author: Bruno Coudoin <bruno coudoin free fr>
Date: Sun Dec 27 00:43:49 2009 +0100
Made the level in the bar more readeable.
It is now in white instead of black.
src/gcompris/bar.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gcompris/bar.c b/src/gcompris/bar.c
index 4a94474..7a06c72 100644
--- a/src/gcompris/bar.c
+++ b/src/gcompris/bar.c
@@ -244,11 +244,11 @@ void gc_bar_start (GooCanvas *theCanvas)
goo_canvas_text_new (rootitem_level,
"",
bounds.x1 - 10,
- (bounds.y2 - bounds.y1) / 2 + 4,
+ (bounds.y2 - bounds.y1) / 2 + 8,
-1,
GTK_ANCHOR_CENTER,
"font", gc_skin_font_board_title_bold,
- "fill-color-rgba", gc_skin_color_title,
+ "fill-color-rgba", gc_skin_color_text_button,
NULL);
current_level = 1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]