소스 검색

center text

B. Petersen 2 년 전
부모
커밋
503d311798
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      deltachat-ios/Controller/BackupTransferViewController.swift

+ 1 - 1
deltachat-ios/Controller/BackupTransferViewController.swift

@@ -25,7 +25,7 @@ class BackupTransferViewController: UIViewController {
         let label = UILabel(frame: CGRect(x: 10, y: 100, width: 400, height: 200))
         label.text = String.localized("preparing_account")
         label.textColor = DcColors.defaultTextColor
-        label.textAlignment = .left
+        label.textAlignment = .center
         label.numberOfLines = 0
         label.lineBreakMode = .byWordWrapping
         label.font = .preferredFont(forTextStyle: .headline)