1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-03 14:06: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;
} 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;