changed participant name alignment to base
All checks were successful
CI / tests (push) Successful in 20s
All checks were successful
CI / tests (push) Successful in 20s
This commit is contained in:
@ -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 |
Reference in New Issue
Block a user