From fff69f19e3d19508627bf71723076d19edeb271d Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 01 Feb 2010 21:50:05 +0000 Subject: added default values for flow connections --- (limited to 'constants.py') diff --git a/constants.py b/constants.py index 632f1ad..388dd68 100644 --- a/constants.py +++ b/constants.py @@ -330,6 +330,8 @@ DEFAULTS = { 'fillscreen':[60,80], 'forward':[100], 'hat':[_('action')], + 'if':[None, None, 'vspace'], + 'ifelse':[None,'vspace', None, 'vspace'], 'journal':[None], 'left':[90], 'list':[_('Title'), '∙ '], @@ -338,7 +340,7 @@ DEFAULTS = { 'nop':[100], 'number':[100], 'random':[0,100], - 'repeat':[4], + 'repeat':[4, None, 'vspace'], 'right':[90], 'setcolor':[0], 'setheading':[0], -- cgit v0.9.1