From 74f3beca7c5f033fd29b7a71d9747060458cc082 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Wed, 28 Feb 2018 21:39:25 -0800 Subject: [PATCH] Makes Patron names show up lower to start --- topics/common_scenes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/common_scenes.py b/topics/common_scenes.py index 3e7369c1..4d1354f6 100644 --- a/topics/common_scenes.py +++ b/topics/common_scenes.py @@ -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(