Mirror von
https://github.com/Burrit0z/kai
synchronisiert 2025-07-02 02:36:47 +00:00
change back to that
Dieser Commit ist enthalten in:
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
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren