Skip to content

Commit 1b3f273

Browse files
committed
Improved layout
1 parent 55923db commit 1b3f273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BitStore/Cells/TransactionCell.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ - (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reus
5050
[self addSubview:_dateLabel];
5151

5252
_circleIndicator = [[CircleIndicator alloc] initWithCircles:6];
53-
_circleIndicator.frame = CGRectMake(self.frame.size.width - 90, 30, 80, 20);
53+
_circleIndicator.frame = CGRectMake(self.frame.size.width - 80, 30, 70, 20);
5454
_circleIndicator.hidden = YES;
5555
[self addSubview:_circleIndicator];
5656

0 commit comments

Comments
 (0)