diff --git a/stepmania/Themes/default/metrics.ini b/stepmania/Themes/default/metrics.ini index 99a903baeb..67b2e28eb8 100644 --- a/stepmania/Themes/default/metrics.ini +++ b/stepmania/Themes/default/metrics.ini @@ -4522,7 +4522,7 @@ CursorP2HideCommand=linear,.3;diffusealpha,0 ; PillTransformFunction=function(self,offsetFromCenter,itemIndex,numItems) local native_width=32; local zoomed_width=12; self:zoomx(zoomed_width/native_width); self:x((itemIndex-(numItems/2))*zoomed_width); end PillTransformFunction=function(self,offsetFromCenter,itemIndex,numItems) \ local zoomed_width=28; \ - local zoomed_height=9; \ + local zoomed_height=8; \ local spacing_x=11.3; \ self:zoomtoheight(zoomed_height); \ self:x((itemIndex-(numItems/2))*spacing_x); \