mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Badges: Add paper size HERMA 40x40
This commit is contained in:
@@ -154,6 +154,14 @@ OPTIONS = OrderedDict([
|
||||
'offsets': [95 * mm, 55 * mm],
|
||||
'pagesize': pagesizes.A4,
|
||||
}),
|
||||
('herma_40x40', {
|
||||
'name': 'HERMA 40 x 40 mm (9642)',
|
||||
'cols': 4,
|
||||
'rows': 6,
|
||||
'margins': [13.5 * mm, 15 * mm, 13.5 * mm, 15 * mm],
|
||||
'offsets': [46 * mm, 46 * mm],
|
||||
'pagesize': pagesizes.A4,
|
||||
}),
|
||||
])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user