1
0
Fork 0
mirror of synced 2024-07-02 21:20:46 +12:00

Changed base height to help avoid black backgrounds showing up

This commit is contained in:
Phxntxm 2016-10-01 20:00:54 -05:00
parent a8ee52048b
commit f4267ef84a

View file

@ -10,7 +10,7 @@ tmp_path = "images/banner/tmp"
whitneyMedium = "/usr/share/fonts/whitney-medium.ttf" whitneyMedium = "/usr/share/fonts/whitney-medium.ttf"
whitneyBold = "/usr/share/fonts/whitney-bold.ttf" whitneyBold = "/usr/share/fonts/whitney-bold.ttf"
header_height = 125 header_height = 125
base_height = 345 base_height = 245
banner_background = "{}/bannerTop2.png".format(base_path) banner_background = "{}/bannerTop2.png".format(base_path)
banner_bot = "{}/bannerBot.png".format(base_path) banner_bot = "{}/bannerBot.png".format(base_path)