From fa55888e3d4ff13e309eb381f393db31a61203e8 Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Tue, 08 Feb 2011 12:52:01 +0000 Subject: 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. --- (limited to 'toolbox.py') 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, -- cgit v0.9.1