Browse Source

100% no longer gets cut off

pull/1/head
Burrit0z 4 years ago
parent
commit
53a8ed1005
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      KAIBatteryCell.mm

+ 1
- 1
KAIBatteryCell.mm View File



self.percentLabel.translatesAutoresizingMaskIntoConstraints = NO; self.percentLabel.translatesAutoresizingMaskIntoConstraints = NO;
[self.percentLabel.centerYAnchor constraintEqualToAnchor:blurPlatter.centerYAnchor].active = YES; [self.percentLabel.centerYAnchor constraintEqualToAnchor:blurPlatter.centerYAnchor].active = YES;
[self.percentLabel.widthAnchor constraintEqualToConstant:32].active = YES;
[self.percentLabel.widthAnchor constraintEqualToConstant:36].active = YES;
[self.percentLabel.heightAnchor constraintEqualToConstant:12].active = YES; [self.percentLabel.heightAnchor constraintEqualToConstant:12].active = YES;


self.label.translatesAutoresizingMaskIntoConstraints = NO; self.label.translatesAutoresizingMaskIntoConstraints = NO;

Loading…
Cancel
Save