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:
@ -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;
|
||||
|
Reference in New Issue
Block a user