mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
#1902 (Adjust position of unread indicator on story title select)
This commit is contained in:
parent
87dbd4ec49
commit
460ffeae7f
2 changed files with 4 additions and 3 deletions
|
@ -525,7 +525,8 @@ static UIFont *indicatorFont = nil;
|
|||
}
|
||||
|
||||
// story indicator
|
||||
CGFloat storyIndicatorX = isLeft ? rect.origin.x + 2 : 15;
|
||||
CGFloat storyIndicatorBase = isLeft ? rect.origin.x + 2 : 15;
|
||||
CGFloat storyIndicatorX = storyIndicatorBase + (isHighlighted ? 2 : 0);
|
||||
CGFloat storyIndicatorY = storyTitleFrame.origin.y + (fontDescriptor.pointSize / 2);
|
||||
|
||||
UIImage *unreadIcon;
|
||||
|
|
|
@ -6085,7 +6085,7 @@
|
|||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 156;
|
||||
CURRENT_PROJECT_VERSION = 157;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
|
@ -6140,7 +6140,7 @@
|
|||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CODE_SIGN_IDENTITY = "iPhone Developer";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 156;
|
||||
CURRENT_PROJECT_VERSION = 157;
|
||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_USER_SCRIPT_SANDBOXING = YES;
|
||||
|
|
Loading…
Add table
Reference in a new issue