From 15234820da03308f9fa56689e32bb7e3da79935d Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 19 Mar 2013 18:00:36 +0530 Subject: [PATCH] indiancine.ma poster script: minor adjustments --- scripts/poster.indiancinema.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/poster.indiancinema.py b/scripts/poster.indiancinema.py index 5a630cdaf..d1c7e2feb 100755 --- a/scripts/poster.indiancinema.py +++ b/scripts/poster.indiancinema.py @@ -63,7 +63,7 @@ def render_poster(title, director, year, frame, timeline, poster): for x in [-1, 1]: drawText( poster_image, - (-11 + x, poster_height - timeline_height - font_size['cinema'] + 1 + y), + (-10 + x, poster_height - timeline_height - font_size['cinema'] + 1 + y), 'Indiancine.ma', font_file, font_size['cinema'], @@ -71,7 +71,7 @@ def render_poster(title, director, year, frame, timeline, poster): ) drawText( poster_image, - (-11, poster_height - timeline_height - font_size['cinema'] + 1), + (-10, poster_height - timeline_height - font_size['cinema'] + 1), 'Indiancine.ma', font_file, font_size['cinema'],