From f4267ef84a25746df7efd0edfc299a598c052355 Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sat, 1 Oct 2016 20:00:54 -0500 Subject: [PATCH] Changed base height to help avoid black backgrounds showing up --- cogs/utils/images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/utils/images.py b/cogs/utils/images.py index e6395da..a32e198 100644 --- a/cogs/utils/images.py +++ b/cogs/utils/images.py @@ -10,7 +10,7 @@ tmp_path = "images/banner/tmp" whitneyMedium = "/usr/share/fonts/whitney-medium.ttf" whitneyBold = "/usr/share/fonts/whitney-bold.ttf" header_height = 125 -base_height = 345 +base_height = 245 banner_background = "{}/bannerTop2.png".format(base_path) banner_bot = "{}/bannerBot.png".format(base_path)