Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mindmapactivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'mindmapactivity.py')
-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