1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-02 03:16:46 +00:00

sped i am

This commit is contained in:
Burrit0z
2020-05-21 11:10:11 -04:00
parent 6737935f23
commit fb89766171

2
Kai.xm
View File

@ -58,7 +58,7 @@
battery.heightConstraint.active = YES; battery.heightConstraint.active = YES;
} else { } else {
int height = ((battery.number * (bannerHeight + spacing)); //big brain math int height = (battery.number * (bannerHeight + spacing)); //big brain math
battery.heightConstraint.active = NO; //deactivation battery.heightConstraint.active = NO; //deactivation
battery.heightConstraint.constant = height; battery.heightConstraint.constant = height;
battery.heightConstraint.active = YES; //forcing reactivation battery.heightConstraint.active = YES; //forcing reactivation