diff --git a/Themes/default/BGAnimations/ScreenSelectMusic overlay.lua b/Themes/default/BGAnimations/ScreenSelectMusic overlay.lua index 01c3c38dd8..3f3deb42f7 100644 --- a/Themes/default/BGAnimations/ScreenSelectMusic overlay.lua +++ b/Themes/default/BGAnimations/ScreenSelectMusic overlay.lua @@ -33,7 +33,7 @@ local function Update(self) end; if height >= 60 and width >= 80 then - if height+20 >= width then + if height*(80/60) >= width then cdtitle:zoom(60/height); else cdtitle:zoom(80/width);