1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-02 12:36:47 +00:00

100% no longer gets cut off

This commit is contained in:
Burrit0z
2020-06-03 17:24:04 -04:00
parent 86aa53089b
commit 53a8ed1005

View File

@ -106,7 +106,7 @@
self.percentLabel.translatesAutoresizingMaskIntoConstraints = NO;
[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.label.translatesAutoresizingMaskIntoConstraints = NO;