diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2020-01-08 12:25:40 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2020-01-08 15:02:46 +0100 |
| commit | 281287c86ee32a8c43cc6fcfde1c565a8ac77527 (patch) | |
| tree | 7f809baa81b130f456d3c48e28bc65e2638bfd01 | |
| parent | 25a7410839841f3d9f701f302b44d07e033224d5 (diff) | |
| download | mullvadvpn-281287c86ee32a8c43cc6fcfde1c565a8ac77527.tar.xz mullvadvpn-281287c86ee32a8c43cc6fcfde1c565a8ac77527.zip | |
Enable multiline support on failure label on Login view
| -rw-r--r-- | ios/MullvadVPN/Base.lproj/Main.storyboard | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/MullvadVPN/Base.lproj/Main.storyboard b/ios/MullvadVPN/Base.lproj/Main.storyboard index 82f6917ce1..b1c99c9877 100644 --- a/ios/MullvadVPN/Base.lproj/Main.storyboard +++ b/ios/MullvadVPN/Base.lproj/Main.storyboard @@ -123,8 +123,8 @@ <color key="textColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <nil key="highlightedColor"/> </label> - <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Enter your account number" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XSV-Lk-dj4"> - <rect key="frame" x="24" y="47" width="327" height="21"/> + <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Enter your account number" textAlignment="natural" lineBreakMode="tailTruncation" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="XSV-Lk-dj4"> + <rect key="frame" x="24" y="47" width="327" height="20.5"/> <fontDescription key="fontDescription" type="system" pointSize="17"/> <color key="textColor" white="1" alpha="0.60359589041095896" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/> <nil key="highlightedColor"/> |
