[gcompris/gcomprixogoo] Display the message string in smaller font.
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gcompris/gcomprixogoo] Display the message string in smaller font.
- Date: Sun, 27 Dec 2009 21:43:27 +0000 (UTC)
commit ab485fe09d0a3778a69f30a6e5e6599e8ce604c0
Author: Bruno Coudoin <bruno coudoin free fr>
Date: Sun Dec 27 10:35:03 2009 +0100
Display the message string in smaller font.
This avoid cases where the text is too big.
src/maze-activity/maze.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/maze-activity/maze.c b/src/maze-activity/maze.c
index a7e9aae..923f479 100644
--- a/src/maze-activity/maze.c
+++ b/src/maze-activity/maze.c
@@ -507,7 +507,7 @@ maze_create_item(GooCanvasItem *parent)
(double) BOARDHEIGHT-BARHEIGHT-25,
-1,
GTK_ANCHOR_CENTER,
- "font", gc_skin_font_board_small,
+ "font", gc_skin_font_board_tiny,
"fill_color_rgba", gc_skin_color_content,
NULL);
g_object_set (warning_item, "visibility", GOO_CANVAS_ITEM_INVISIBLE, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]