Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--activity.py2
-rw-r--r--data/math/pascal2
-rw-r--r--data/sound/getSoundList4
3 files changed, 4 insertions, 4 deletions
diff --git a/activity.py b/activity.py
index 0dbbd60..8505ab7 100644
--- a/activity.py
+++ b/activity.py
@@ -66,7 +66,7 @@ class PippyActivity(Activity):
treecolumn = gtk.TreeViewColumn("Examples", cellrenderer, text=1)
treeview.get_selection().connect("changed", self.selection_cb)
treeview.append_column(treecolumn)
- treeview.set_size_request(200, 900)
+ treeview.set_size_request(220, 900)
# Create scrollbars around the view.
scrolled = gtk.ScrolledWindow()
diff --git a/data/math/pascal b/data/math/pascal
index 4d600f4..359acdd 100644
--- a/data/math/pascal
+++ b/data/math/pascal
@@ -1,5 +1,5 @@
# Pascal's triangle
-lines = 8
+lines = 9
vector = [1]
diff --git a/data/sound/getSoundList b/data/sound/getSoundList
index 317ba41..09876c1 100644
--- a/data/sound/getSoundList
+++ b/data/sound/getSoundList
@@ -3,5 +3,5 @@ from sugar.activity.activity import get_bundle_path
sys.path.append(get_bundle_path() + '/sound')
from snd import *
-for sound in getSoundList():
- print sound \ No newline at end of file
+for sound in sorted(getSoundList()):
+ print sound