changed participant name alignment to base
All checks were successful
CI / tests (push) Successful in 20s

This commit is contained in:
2025-07-16 19:13:54 +02:00
parent 6c97bb807f
commit aca2d858fe
2 changed files with 6 additions and 6 deletions

View File

@ -81,7 +81,7 @@
draw.content(
(x, y),
p.display-name,
anchor: if bottom {"north"} else {"south"}
anchor: if bottom {"north"} else {"base"}
)
}
@ -109,7 +109,7 @@
draw.content(
(x, y),
p.display-name,
anchor: if bottom {"north"} else {"south"}
anchor: if bottom {"north"} else {"base"}
)
}
@ -127,7 +127,7 @@
draw.content(
(x, y),
p.display-name,
anchor: if bottom {"north"} else {"south"}
anchor: if bottom {"north"} else {"base"}
)
}
@ -150,7 +150,7 @@
draw.content(
(x, y),
p.display-name,
anchor: if bottom {"north"} else {"south"}
anchor: if bottom {"north"} else {"base"}
)
}
@ -183,7 +183,7 @@
draw.content(
(x, y),
p.display-name,
anchor: if bottom {"north"} else {"south"}
anchor: if bottom {"north"} else {"base"}
)
}
@ -287,7 +287,7 @@
draw.content(
(x, y),
p.display-name,
anchor: if bottom {"north"} else {"south"}
anchor: if bottom {"north"} else {"base"}
)
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB