[gcompris/gcomprixogoo] In the menu, the display of the description is now centered.



commit 46112be9e12fb304e44e4beb180b731a77e44374
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Sat Feb 6 11:45:46 2010 +0100

    In the menu, the display of the description is now centered.
    
    Minor change, better layout.

 src/boards/menu2.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/boards/menu2.c b/src/boards/menu2.c
index 3f84ca2..9250523 100644
--- a/src/boards/menu2.c
+++ b/src/boards/menu2.c
@@ -706,7 +706,7 @@ create_info_area(GooCanvasItem *parent, MenuItems *menuitems)
 			 GTK_ANCHOR_CENTER,
 			 "font", gc_skin_font_board_medium,
 			 "fill-color-rgba", gc_skin_get_color("menu/text"),
-			 //FIXME BROKEN "alignment", PANGO_ALIGN_CENTER,
+			 "alignment", PANGO_ALIGN_CENTER,
 			 NULL);
 
   menuitems->author_item = \



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