1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-03 10:36:47 +00:00
This commit is contained in:
Burrit0z
2020-05-20 19:43:29 -04:00
parent 1be4720daa
commit 844aa9c035
2 changed files with 2 additions and 2 deletions

2
Kai.xm
View File

@ -50,7 +50,7 @@
battery.heightConstraint.active = YES; battery.heightConstraint.active = YES;
} else { } else {
int height = (battery.number * ((bannerHeight + spacing) - spacing + 5)); int height = ((battery.number * (bannerHeight + spacing)) - spacing + 5);
battery.heightConstraint.active = NO; battery.heightConstraint.active = NO;
battery.heightConstraint.constant = height; battery.heightConstraint.constant = height;
battery.heightConstraint.active = YES; battery.heightConstraint.active = YES;

View File

@ -1,6 +1,6 @@
Package: com.burritoz.kai Package: com.burritoz.kai
Name: Kai Name: Kai
Version: 0.1.2~alpha Version: 0.1.3~alpha
Architecture: iphoneos-arm Architecture: iphoneos-arm
Description: Show charging banners on your lock screen! Description: Show charging banners on your lock screen!
Maintainer: burrit0z Maintainer: burrit0z