Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/constants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-01 21:50:05 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-01 21:50:05 (GMT)
commitfff69f19e3d19508627bf71723076d19edeb271d (patch)
treeb10d9f6eb5b0d7342f8e8d5bd7afbea5f9b33fd1 /constants.py
parentb1da81cd14f54d0f6596c58175de27e1aaeb21ca (diff)
added default values for flow connections
Diffstat (limited to 'constants.py')
-rw-r--r--constants.py4
1 files changed, 3 insertions, 1 deletions
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],