Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/taconstants.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-25 14:24:13 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-25 14:24:13 (GMT)
commitb98a33bb8136c2de6b570491ad82f529696157f1 (patch)
tree4ec114b7f4a44878372a6242cec45b1adadce7db /taconstants.py
parenteff044092c104f321de3cb754f8fc5f4e7106cbc (diff)
autoload description blocks
Diffstat (limited to 'taconstants.py')
-rw-r--r--taconstants.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/taconstants.py b/taconstants.py
index b9cb8e7..38ccd77 100644
--- a/taconstants.py
+++ b/taconstants.py
@@ -873,7 +873,7 @@ MACROS = {
[5, 'show', 0, 0, [2, 6, 7]],
[6, ['string',_('Title')], 0, 0, [5, None]],
[7, 'setscale', 0, 0, [5, 8, 9]],
- [8, ['number', '45'], 0, 0, [7, None]],
+ [8, ['number', '35'], 0, 0, [7, None]],
[9, 'setxy', 0, 0, [7, 10, 11, 12]],
[10, 'leftx', 0, 0, [9, None]],
[11, 'topy', 0, 0, [9, None]],
@@ -904,22 +904,22 @@ MACROS = {
[5, 'show', 0, 0, [2, 6, 7]],
[6, ['string',_('Title')], 0, 0, [5, None]],
[7, 'setscale', 0, 0, [5, 8, 9]],
- [8, ['number', '45'], 0, 0, [7, None]],
+ [8, ['number', '35'], 0, 0, [7, None]],
[9, 'setxy', 0, 0, [7, 10, 11, 12]],
[10, 'leftx', 0, 0, [9, None]],
[11, 'topy', 0, 0, [9, None]],
[12, 'showaligned', 0, 0, [9, 13, 14]],
[13, 'journal', 0, 0, [12, None]],
[14, 'setxy', 0, 0, [12, 15, 16, 17]],
- [15, 'rightx', 0, 0, [14, None]],
- [16, 'topy', 0, 0, [14, None]],
+ [15, 'leftx', 0, 0, [14, None]],
+ [16, 'bottomy', 0, 0, [14, None]],
[17, 'showaligned', 0, 0, [14, 18, 19]],
- [18, 'journal', 0, 0, [17, None]],
+ [18, 'description', 0, 0, [17, None]],
[19, 'setxy', 0, 0, [17, 20, 21, 22]],
- [20, 'leftx', 0, 0, [19, None]],
- [21, 'bottomy', 0, 0, [19, None]],
+ [20, 'rightx', 0, 0, [19, None]],
+ [21, 'topy', 0, 0, [19, None]],
[22, 'showaligned', 0, 0, [19, 23, 24]],
- [23, 'description', 0, 0, [22, None]],
+ [23, 'journal', 0, 0, [22, None]],
[24, 'setxy', 0, 0, [22, 25, 26, 27]],
[25, 'rightx', 0, 0, [24, None]],
[26, 'bottomy', 0, 0, [24, None]],
@@ -935,7 +935,7 @@ MACROS = {
[5, 'show', 0, 0, [2, 6, 7]],
[6, ['string',_('Title')], 0, 0, [5, None]],
[7, 'setscale', 0, 0, [5, 8, 9]],
- [8, ['number', '45'], 0, 0, [7, None]],
+ [8, ['number', '35'], 0, 0, [7, None]],
[9, 'setxy', 0, 0, [7, 10, 11, 12]],
[10, 'leftx', 0, 0, [9, None]],
[11, 'topy', 0, 0, [9, None]],