mirror of
				https://github.com/Burrit0z/kai
				synced 2025-11-04 00:06:20 +00:00 
			
		
		
		
	100% no longer gets cut off
This commit is contained in:
		@ -106,7 +106,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        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;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user