From 53a8ed100508bf1f7eab28896fbd576ad4cb9e2c Mon Sep 17 00:00:00 2001 From: Burrit0z Date: Wed, 3 Jun 2020 17:24:04 -0400 Subject: [PATCH] 100% no longer gets cut off --- KAIBatteryCell.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KAIBatteryCell.mm b/KAIBatteryCell.mm index c7ddd47..488a4e7 100755 --- a/KAIBatteryCell.mm +++ b/KAIBatteryCell.mm @@ -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;