浏览代码

bigger chat avatar in chatview (#1689)

* bigger chat avatar in chatview

* remove changelog entry

* Update deltachat-ios/Chat/ChatViewController.swift

Co-authored-by: bjoern <r10s@b44t.com>
Simon Laux 2 年之前
父节点
当前提交
d7da4a9bcf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      deltachat-ios/Chat/ChatViewController.swift

+ 1 - 1
deltachat-ios/Chat/ChatViewController.swift

@@ -143,7 +143,7 @@ class ChatViewController: UITableViewController {
 
     private lazy var initialsBadge: InitialsBadge = {
         let badge: InitialsBadge
-        badge = InitialsBadge(size: 28, accessibilityLabel: String.localized("menu_view_profile"))
+        badge = InitialsBadge(size: 37, accessibilityLabel: String.localized("menu_view_profile"))
         badge.setLabelFont(UIFont.systemFont(ofSize: 14))
         badge.accessibilityTraits = .button
         return badge