1
0
mirror of https://github.com/Burrit0z/kai synced 2025-07-03 20:56:47 +00:00
This commit is contained in:
Burrit0z
2020-04-28 13:51:16 -04:00
parent eef536b026
commit fc054bb369
16 changed files with 18 additions and 47 deletions

3
Kai.xm
View File

@ -67,9 +67,10 @@ CGRect original;
[self addSubview:self.battery];
setFrame = YES;
batteryWidget = self.battery;
[batteryWidget updateBattery];
}
object.frame = CGRectMake(
object.bounds = CGRectMake(
original.origin.x,
original.origin.y + (self.battery.number * 90),
original.size.width,