Преглед изворни кода

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