mirror of
https://github.com/3b1b/manim.git
synced 2026-04-26 03:00:23 -04:00
Makes Patron names show up lower to start
This commit is contained in:
@@ -176,7 +176,7 @@ class PatreonEndScreen(PatreonThanks):
|
||||
aligned_edge = UP,
|
||||
)
|
||||
columns.scale_to_fit_width(total_width - 1)
|
||||
columns.next_to(black_rect, DOWN, LARGE_BUFF)
|
||||
columns.next_to(black_rect, DOWN, 3*LARGE_BUFF)
|
||||
columns.to_edge(RIGHT)
|
||||
|
||||
self.play(
|
||||
|
||||
Reference in New Issue
Block a user