We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55923db commit 1b3f273Copy full SHA for 1b3f273
BitStore/Cells/TransactionCell.m
@@ -50,7 +50,7 @@ - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reus
50
[self addSubview:_dateLabel];
51
52
_circleIndicator = [[CircleIndicator alloc] initWithCircles:6];
53
- _circleIndicator.frame = CGRectMake(self.frame.size.width - 90, 30, 80, 20);
+ _circleIndicator.frame = CGRectMake(self.frame.size.width - 80, 30, 70, 20);
54
_circleIndicator.hidden = YES;
55
[self addSubview:_circleIndicator];
56
0 commit comments