소스 검색

change back to that

pull/1/head
Burrit0z 4 년 전
부모
커밋
6737935f23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Kai.xm

+ 1
- 1
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

Loading…
취소
저장