mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Various design fixes
This commit is contained in:
@@ -1541,7 +1541,7 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
|
||||
|
||||
- (UIBarButtonItem *)threadListBarButtonItem
|
||||
{
|
||||
UIImage *icon = [[UIImage imageNamed:@"threads_icon"] vc_resizedWith:CGSizeMake(24, 24)];
|
||||
UIImage *icon = [[UIImage imageNamed:@"threads_icon"] vc_resizedWith:CGSizeMake(21, 21)];
|
||||
UIBarButtonItem *item = [[UIBarButtonItem alloc] initWithImage:icon
|
||||
style:UIBarButtonItemStylePlain
|
||||
target:self
|
||||
|
||||
Reference in New Issue
Block a user