diff --git a/Kai.xm b/Kai.xm index 548f69d..9e3b730 100644 --- a/Kai.xm +++ b/Kai.xm @@ -50,7 +50,7 @@ battery.heightConstraint.active = YES; } else { - int height = (battery.number * ((bannerHeight + spacing) - spacing + 5)); + int height = ((battery.number * (bannerHeight + spacing)) - spacing + 5); battery.heightConstraint.active = NO; battery.heightConstraint.constant = height; battery.heightConstraint.active = YES; diff --git a/control b/control index 99530b3..8e5bd0e 100644 --- a/control +++ b/control @@ -1,6 +1,6 @@ Package: com.burritoz.kai Name: Kai -Version: 0.1.2~alpha +Version: 0.1.3~alpha Architecture: iphoneos-arm Description: Show charging banners on your lock screen! Maintainer: burrit0z