[gcompris] play_rhythm, made a bigger text area to accomodate larger translations



commit 376015cf3cf6192338c120491e9ad47ef0ae191d
Author: Bruno Coudoin <bruno coudoin gcompris net>
Date:   Mon Jun 8 22:57:08 2015 +0200

    play_rhythm, made a bigger text area to accomodate larger translations

 src/play_rhythm-activity/play_rhythm.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/play_rhythm-activity/play_rhythm.py b/src/play_rhythm-activity/play_rhythm.py
index ae15c34..b9715e6 100644
--- a/src/play_rhythm-activity/play_rhythm.py
+++ b/src/play_rhythm-activity/play_rhythm.py
@@ -362,7 +362,7 @@ dialogue to\nenable the sound."), None)
             self.text.remove()
             self.rect.remove()
         self.text, self.rect = \
-            textBox(text, 400, 400, self.rootitem, width=400,
+            textBox(text, 400, 400, self.rootitem, width=420,
                     fill_color_rgba = 0x666666AAL)
 
     def convert(self, visible):


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