소스 검색

make not gay

pull/1/head
Burrit0z 4 년 전
부모
커밋
6aafd4f65a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      KAIBattery.mm

+ 2
- 2
KAIBattery.mm 파일 보기

@@ -74,7 +74,7 @@ long long lastPercentage;
}
[label setTextColor:[UIColor whiteColor]];
label.lineBreakMode = NSLineBreakByWordWrapping;
label.numberOfLines = 0;
label.numberOfLines = 1;
[label setText:labelText];

_UIBatteryView *battery = [[_UIBatteryView alloc] init];
@@ -89,7 +89,7 @@ long long lastPercentage;
[percentLabel setTextColor:[UIColor whiteColor]];
percentLabel.lineBreakMode = NSLineBreakByWordWrapping;
[percentLabel setTextAlignment:NSTextAlignmentRight];
percentLabel.numberOfLines = 0;
percentLabel.numberOfLines = 1;
[percentLabel setText:[NSString stringWithFormat:@"%ld%%", (long)((NSInteger) batteryPercentage)]];
if(charging) battery.chargingState = 1;
battery.showsInlineChargingIndicator = YES;

Loading…
취소
저장