Skip to content
Snippets Groups Projects
Commit a58806a6 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

offices: fix arthur, workaround vincent, fix font size

parent 68a9673b
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,10 @@
]
],
"B03": [
[
"Haffemayer",
"Arthur"
],
[
"Pomarat",
"Zoé"
......
......@@ -97,6 +97,9 @@ class Offices:
# Stuff that is wrong in LDAP… We should fix that there
WRONG_OFFICE = {
"B04": {
("Vincent", "Bonnet"),
},
"B10": {
("Guilhem", "Saurel"),
("Thibault", "Marsan"),
......@@ -138,7 +141,7 @@ def door_label(members, logo=True):
# elif len(members) == 3:
# draw.font_size = 75
else:
draw.font_size = 90
draw.font_size = 80
draw.text_alignment = "center"
height = HEIGHT - len(members) * draw.font_size
draw.text(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment