From b98a33bb8136c2de6b570491ad82f529696157f1 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 25 Feb 2010 14:24:13 +0000 Subject: autoload description blocks --- (limited to 'taconstants.py') 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]], -- cgit v0.9.1