Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-01-24 15:01:25 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-01-24 15:01:25 (GMT)
commit260db3c330c3ef988e54987a12a064e2ed2e7bf3 (patch)
tree34805b4eb0a9b98e039d6e07f13ebe073fe642d7
parentdbb1e04ee6f544d9b18f2b78633138602dab0d4b (diff)
Change first thought color
-rwxr-xr-xmindmapactivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mindmapactivity.py b/mindmapactivity.py
index 4a5e2b2..ef20fad 100755
--- a/mindmapactivity.py
+++ b/mindmapactivity.py
@@ -65,7 +65,7 @@ class MindMapActivity(activity.Activity):
x, y, width, height = self._view.get_allocation()
#TODO: place better the first thought
thought_id = self._model.create_new_thought(name=_('Initial thought'),
- color='#999900',
+ color='#8888FF',
x=width / 2,
y=height / 2)
return False