Procházet zdrojové kódy

sped i am

pull/1/head
Burrit0z před 4 roky
rodič
revize
fb89766171
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      Kai.xm

+ 1
- 1
Kai.xm Zobrazit soubor

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

Načítá se…
Zrušit
Uložit