Explorar el Código

change back to that

pull/1/head
Burrit0z hace 4 años
padre
commit
6737935f23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Kai.xm

+ 1
- 1
Kai.xm Ver fichero

@@ -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

Cargando…
Cancelar
Guardar