mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-02 06:06:57 +02:00
Update the recents section header
-> reduce the font size -> reduce the header height
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
#import "EventFormatter.h"
|
||||
|
||||
#import "VectorDesignValues.h"
|
||||
|
||||
@interface RecentsDataSource()
|
||||
{
|
||||
NSMutableArray* favoriteCellDataArray;
|
||||
@@ -116,7 +118,7 @@
|
||||
{
|
||||
if ((section == favoritesSection) || (section == conversationSection) || (section == lowPrioritySection))
|
||||
{
|
||||
return 44.0f;
|
||||
return 30.0f;
|
||||
}
|
||||
|
||||
return 0.0f;
|
||||
@@ -177,7 +179,8 @@
|
||||
}
|
||||
|
||||
label.text = [NSString stringWithFormat:@" %@", text];
|
||||
label.backgroundColor = [UIColor lightGrayColor];
|
||||
label.font = [UIFont boldSystemFontOfSize:15.0];
|
||||
label.backgroundColor = VECTOR_LIGHT_GRAY_COLOR;
|
||||
|
||||
return label;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user