mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
#1493 (center story previews)
This commit is contained in:
parent
316a742e44
commit
0511c17249
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ static UIFont *indicatorFont = nil;
|
|||
imageWidth, imageHeight);
|
||||
|
||||
if (isLeft) {
|
||||
imageFrame.origin.x = previewHorizMargin + 5;
|
||||
imageFrame.origin.x = previewHorizMargin + 2;
|
||||
}
|
||||
|
||||
UIImage *cachedImage = (UIImage *)[appDelegate.cachedStoryImages objectForKey:cell.storyImageUrl];
|
||||
|
|
Loading…
Add table
Reference in a new issue