mirror of
https://github.com/Burrit0z/kai
synced 2025-07-03 10:36:47 +00:00
my math
This commit is contained in:
2
Kai.xm
2
Kai.xm
@ -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;
|
||||||
|
2
control
2
control
@ -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
|
||||||
|
Reference in New Issue
Block a user