[gcompris] note names, moved a text box



commit 437521a2d0e825e6baa9e167601b52db27a8e4f5
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Thu Oct 4 22:48:54 2012 +0200

    note names, moved a text box
    
    The text box was over the notes in the bass clef.
    Moved the text box under the staff to avoid this situation.

 src/note_names-activity/note_names.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/note_names-activity/note_names.py b/src/note_names-activity/note_names.py
index efb5990..e981f78 100644
--- a/src/note_names-activity/note_names.py
+++ b/src/note_names-activity/note_names.py
@@ -192,9 +192,10 @@ They also form the C Major Scale. Notice that the note positions are different t
                     fill_color_rgba = 0x00AA33AAL)
 
             textBox(_("Click the note to hear it played"),
-                    160, 100, self.rootitem, 200,
+                    160, 340, self.rootitem, 200,
                     fill_color_rgba = 0xCC0033AAL)
 
+
     def prepareGame(self):
         self.staff.eraseAllNotes()
         self.drawRandomNote(self.staff.staffName)



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