From acde7df22b4f5d4fdb46c602145805dc84656f16 Mon Sep 17 00:00:00 2001 From: Hwee-Boon Yar Date: Sun, 13 May 2018 16:23:04 +0800 Subject: [PATCH] Make date and time for sell prompt wrap better for Chinese (Chinese equivalent of AM/PM and hh:mm is not in the same line) --- .../ViewControllers/GenerateSellMagicLinkViewController.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Trust/Sell/ViewControllers/GenerateSellMagicLinkViewController.swift b/Trust/Sell/ViewControllers/GenerateSellMagicLinkViewController.swift index 58dcdfd1c..378645608 100644 --- a/Trust/Sell/ViewControllers/GenerateSellMagicLinkViewController.swift +++ b/Trust/Sell/ViewControllers/GenerateSellMagicLinkViewController.swift @@ -89,8 +89,8 @@ class GenerateSellMagicLinkViewController: UIViewController { actionButton.heightAnchor.constraint(equalToConstant: 47), cancelButton.heightAnchor.constraint(equalTo: actionButton.heightAnchor), - stackView.leadingAnchor.constraint(equalTo: background.leadingAnchor, constant: 40), - stackView.trailingAnchor.constraint(equalTo: background.trailingAnchor, constant: -40), + stackView.leadingAnchor.constraint(equalTo: background.leadingAnchor, constant: 30), + stackView.trailingAnchor.constraint(equalTo: background.trailingAnchor, constant: -30), stackView.topAnchor.constraint(equalTo: background.topAnchor, constant: 16), stackView.bottomAnchor.constraint(equalTo: background.bottomAnchor, constant: -16),