Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
d7da4a9bcf
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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