UX rework: Make the UI of the directory section header

Update after PR review
This commit is contained in:
manuroe
2017-04-21 10:00:01 +02:00
parent 70583d374b
commit e493adac05
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -475,7 +475,7 @@ NSString *const kRecentsDataSourceTapOnDirectoryServerChange = @"kRecentsDataSou
frame.origin.x = 20;
frame.origin.y = 5;
frame.size.width = chevronView ? chevronView.frame.origin.x - 10 : sectionHeader.frame.size.width - 10;
frame.size.height = 20;
frame.size.height = RECENTSDATASOURCE_DEFAULT_SECTION_HEADER_HEIGHT - 10;
UILabel *headerLabel = [[UILabel alloc] initWithFrame:frame];
headerLabel.font = [UIFont boldSystemFontOfSize:15.0];
headerLabel.backgroundColor = [UIColor clearColor];