Browse Source

increased spacing

nayooti 5 years ago
parent
commit
ecb1dbe233
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deltachat-ios/Controller/WelcomeViewController.swift

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

@@ -302,7 +302,7 @@ class WelcomeContentView: UIView {
     private lazy var buttonStack: UIStackView = {
     private lazy var buttonStack: UIStackView = {
         let stack = UIStackView(arrangedSubviews: [loginButton, qrCodeButton /*, importBackupButton */])
         let stack = UIStackView(arrangedSubviews: [loginButton, qrCodeButton /*, importBackupButton */])
         stack.axis = .vertical
         stack.axis = .vertical
-        stack.spacing = 10
+        stack.spacing = 15
         return stack
         return stack
     }()
     }()