[gcompris/gcomprixogoo] Minor improvements in the shape gimp plugin.



commit 9a30511a2186c3c3b8c3783a8de57d0eee9db129
Author: Bruno Coudoin <bruno coudoin free fr>
Date:   Mon Feb 8 00:10:17 2010 +0100

    Minor improvements in the shape gimp plugin.

 tools/gcompris_shapegame.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/gcompris_shapegame.py b/tools/gcompris_shapegame.py
index f49d9da..122734a 100644
--- a/tools/gcompris_shapegame.py
+++ b/tools/gcompris_shapegame.py
@@ -157,7 +157,7 @@ register(
         (PF_STRING, "title", "GCompris puzzle title", ""),
         (PF_SPINNER, "type", "Type of puzzle (0 Normal 1 Rectangle)", 0, (0, 1, 1) ),
         (PF_SPINNER, "level", "The level in the activity", 1, (1, 9, 1) ),
-        (PF_SPINNER, "sublevel", "The sub level in the activity", 1, (1, 20, 1) )
+        (PF_SPINNER, "sublevel", "The sub level in the activity", 0, (0, 20, 1) )
     ],
     [],
     gcompris_puzzle)
@@ -274,7 +274,7 @@ register(
         (PF_SPINNER, "bordersize", "The Size of border between country", 1, (1, 20, 1) ),
         (PF_TOGGLE, "keepLimit", "Keep limit between country", False),
         (PF_SPINNER, "level", "The level in the activity", 1, (1, 100, 1) ),
-        (PF_SPINNER, "sublevel", "The sub level in the activity", 1, (1, 20, 1) ),
+        (PF_SPINNER, "sublevel", "The sub level in the activity", 0, (0, 20, 1) ),
     ],
     [],
     gcompris_geography)



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