Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbox.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@sugarlabs.org>2011-02-08 12:52:01 (GMT)
committer Gonzalo Odiard <godiard@sugarlabs.org>2011-02-08 12:52:01 (GMT)
commitfa55888e3d4ff13e309eb381f393db31a61203e8 (patch)
treed3ae3f87b079ae3f0572ebd57d063feec5cba769 /toolbox.py
parent5e6664369b79db91a4db97c921ac496b8c10d3ca (diff)
Set the default number of vertices in the polygon tool to 6 - OLPC #10554
That is to be coherent with the icon in the toolbar.
Diffstat (limited to 'toolbox.py')
-rw-r--r--toolbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbox.py b/toolbox.py
index 9a87810..0e323c9 100644
--- a/toolbox.py
+++ b/toolbox.py
@@ -660,7 +660,7 @@ class ShapesToolbar(gtk.Toolbar):
'stroke color': None,
'line shape': 'circle',
'fill': True,
- 'vertices': 5}
+ 'vertices': 6}
_SHAPE_RECTANGLE = {'name': 'rectangle',
'line size': 2,