1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-01 14:56:48 +00:00

change back to that

This commit is contained in:
Burrit0z
2020-05-21 11:08:05 -04:00
parent 49d522d6eb
commit 6737935f23

2
Kai.xm
View File

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