Procházet zdrojové kódy

closer

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

+ 4
- 2
Kai.xm Zobrazit soubor

@@ -112,8 +112,10 @@ CGRect originalBattery;
[[self stackView] addConstraint:globalC];
}*/

//[battery.widthAnchor constraintEqualToConstant:(battery.number * 85)].active = YES;
battery.heightConstraint.active = NO;
battery.heightConstraint = [battery.heightAnchor constraintEqualToConstant:(battery.number * 85)];
battery.heightConstraint.active = YES;

/*battery.frame = CGRectMake(
originalBattery.origin.x,
originalBattery.origin.y,

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