Additional comments

This commit is contained in:
Thomas Bouve 2020-09-20 00:27:26 +02:00 committed by GitHub
parent c124a97514
commit 1c4df7a1c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -125,6 +125,7 @@ class MemTemp(plugins.Plugin):
v_pos = (175, 61)
if self.options['orientation'] == "vertical":
# Dynamically create the required LabeledValue objects
for idx, field in enumerate(self.fields):
v_pos_x = v_pos[0]
v_pos_y = v_pos[1] + ((len(self.fields) - 3) * -1 * line_spacing)