1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-03 13:36:47 +00:00

remove crap

This commit is contained in:
Burrit0z
2020-05-21 09:42:50 -04:00
parent 98bdd62ca5
commit 49d522d6eb
3 changed files with 2 additions and 339 deletions

4
Kai.xm
View File

@ -59,9 +59,9 @@
} else {
int height = ((battery.number * (bannerHeight + spacing)) - spacing + 5); //big brain math
battery.heightConstraint.active = NO;
battery.heightConstraint.active = NO; //deactivation
battery.heightConstraint.constant = height;
battery.heightConstraint.active = YES;
battery.heightConstraint.active = YES; //forcing reactivation
UIStackView *s = [self stackView];
s.frame = CGRectMake(s.frame.origin.x, s.frame.origin.y, s.frame.size.width, (s.frame.size.height - 1));