réplica de
https://github.com/Burrit0z/kai
synced 2025-07-04 02:16:47 +00:00
change back to that
Este commit está contenido en:
2
Kai.xm
2
Kai.xm
@ -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
|
||||
|
Referencia en una nueva incidencia
Block a user