浏览代码

increase checkmark and trash icon size

cyberta 2 年之前
父节点
当前提交
d8c2f881e3
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      deltachat-ios/Controller/AccountSwitchViewController.swift

+ 3 - 1
deltachat-ios/Controller/AccountSwitchViewController.swift

@@ -246,7 +246,9 @@ class AccountCell: UITableViewCell {
             accountName.constraintAlignTrailingToAnchor(margins.trailingAnchor, paddingTrailing: 32, priority: .defaultLow),
             stateIndicator.constraintCenterYTo(contentView),
             stateIndicator.constraintToTrailingOf(accountName),
-            stateIndicator.constraintAlignTrailingToAnchor(margins.trailingAnchor)
+            stateIndicator.constraintAlignTrailingToAnchor(margins.trailingAnchor, paddingTrailing: 14),
+            stateIndicator.constraintHeightTo(24),
+            stateIndicator.constraintWidthTo(24)
         ])
         backgroundColor = .clear
         stateIndicator.isHidden = true