[gcompris] help dialog, smaller text area.



commit 62244c75ae0473b89c68e575ed779bf394a25c5d
Author: Bruno Coudoin <bruno coudoin gcompris net>
Date:   Sun Oct 7 01:15:22 2012 +0200

    help dialog, smaller text area.
    
    The text area was too close to the OK button.

 src/gcompris/help.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcompris/help.c b/src/gcompris/help.c
index cdb6f6e..24d74ca 100644
--- a/src/gcompris/help.c
+++ b/src/gcompris/help.c
@@ -345,7 +345,7 @@ void gc_help_start (GcomprisBoard *gcomprisBoard)
 			 x_start + 40,
 			 y_start,
 			 618.0,
-			 280.0,
+			 270.0,
 			 NULL);
   gtk_widget_show_all (sw);
 



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