From 7c53cb1c53c82a068bcf2991768df7f1bcb9c650 Mon Sep 17 00:00:00 2001 From: Maurizio Monge Date: Sun, 15 Jul 2007 06:55:31 +0200 Subject: [PATCH] Slightly better clock text positioning --- data/themes/squares/Default/theme.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/themes/squares/Default/theme.lua b/data/themes/squares/Default/theme.lua index 38bde4b..bf2a277 100644 --- a/data/themes/squares/Default/theme.lua +++ b/data/themes/squares/Default/theme.lua @@ -92,13 +92,13 @@ end theme.clock_caption_rect = function(size) local w = size*ratio local h = math.floor(w*2/5) - return Rect(w*0.02, h*0.2, w*0.4, h*0.38) + return Rect(w*0.02, h*0.22, w*0.4, h*0.38) end theme.clock_time_rect = function(size) local w = size*ratio local h = math.floor(w*2/5) - return Rect(w*0.4, h*0.06, w*0.58, h*0.66) + return Rect(w*0.4, h*0.08, w*0.58, h*0.66) end theme.clock_player_rect = function(size) -- 2.11.4.GIT