Browse Source

sped i am

pull/1/head
Burrit0z 4 years ago
parent
commit
fb89766171
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Kai.xm

+ 1
- 1
Kai.xm View File

@@ -58,7 +58,7 @@
battery.heightConstraint.active = YES;

} 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.constant = height;
battery.heightConstraint.active = YES; //forcing reactivation

Loading…
Cancel
Save