From 74fb6e58c03107df07cf0085ec46f0073ee41e32 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Wed, 21 Apr 2010 20:15:29 -0500 Subject: [PATCH] Fix sizing of DeviceList and InputList --- Themes/_fallback/BGAnimations/ScreenTestInput underlay.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Themes/_fallback/BGAnimations/ScreenTestInput underlay.lua b/Themes/_fallback/BGAnimations/ScreenTestInput underlay.lua index 518890c783..ec45917483 100644 --- a/Themes/_fallback/BGAnimations/ScreenTestInput underlay.lua +++ b/Themes/_fallback/BGAnimations/ScreenTestInput underlay.lua @@ -4,11 +4,11 @@ return Def.ActorFrame { --}; Def.DeviceList { Font="Common normal"; - InitCommand=cmd(x,SCREEN_LEFT+20;y,SCREEN_TOP+80;zoom,1.4;horizalign,left); + InitCommand=cmd(x,SCREEN_LEFT+20;y,SCREEN_TOP+80;zoom,0.8;halign,0); }; Def.InputList { Font="Common normal"; - InitCommand=cmd(x,SCREEN_CENTER_X-250;y,SCREEN_CENTER_Y;zoom,1.4;horizalign,left;vertspacing,8); + InitCommand=cmd(x,SCREEN_CENTER_X-250;y,SCREEN_CENTER_Y;zoom,1;halign,0;vertspacing,8); }; };