Skip to content

Commit

Permalink
Authentication screen: Update logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
giomfo committed Sep 15, 2016
1 parent 4320ce7 commit e7046aa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Binary file modified Vector/Assets/Images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Vector/Assets/Images/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Vector/ViewController/AuthenticationViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ - (void)viewDidLoad
self.enableBarTintColorStatusChange = NO;
self.rageShakeManager = [RageShakeManager sharedManager];

self.mainNavigationItem.title = [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleDisplayName"];
self.mainNavigationItem.title = nil;
self.rightBarButtonItem.title = NSLocalizedStringFromTable(@"auth_register", @"Vector", nil);

self.defaultHomeServerUrl = [[NSUserDefaults standardUserDefaults] objectForKey:@"homeserverurl"];
Expand Down
12 changes: 6 additions & 6 deletions Vector/ViewController/AuthenticationViewController.xib
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
<rect key="frame" x="0.0" y="0.0" width="600" height="415"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="logo.png" translatesAutoresizingMaskIntoConstraints="NO" id="d8r-TX-pwX" userLabel="Welcome Image View">
<rect key="frame" x="280" y="30" width="40" height="40"/>
<rect key="frame" x="228" y="15" width="145" height="60"/>
<constraints>
<constraint firstAttribute="width" constant="40" id="ZFx-Mn-Kzq"/>
<constraint firstAttribute="height" constant="40" id="zA1-WN-LdU"/>
<constraint firstAttribute="width" constant="145" id="ZFx-Mn-Kzq"/>
<constraint firstAttribute="height" constant="60" id="zA1-WN-LdU"/>
</constraints>
</imageView>
<view clipsSubviews="YES" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="xWb-IJ-v7F" userLabel="AuthInputsContainerView">
Expand Down Expand Up @@ -313,7 +313,7 @@
<constraint firstAttribute="width" constant="600" placeholder="YES" id="hOT-Wn-hIb"/>
<constraint firstAttribute="trailing" secondItem="xWb-IJ-v7F" secondAttribute="trailing" id="hko-ol-XDd"/>
<constraint firstItem="xWb-IJ-v7F" firstAttribute="top" secondItem="rhx-dD-4EJ" secondAttribute="top" constant="76" id="khR-Uj-OTH"/>
<constraint firstItem="d8r-TX-pwX" firstAttribute="top" secondItem="rhx-dD-4EJ" secondAttribute="top" constant="30" id="l68-Ta-YKg"/>
<constraint firstItem="d8r-TX-pwX" firstAttribute="top" secondItem="rhx-dD-4EJ" secondAttribute="top" constant="15" id="l68-Ta-YKg"/>
<constraint firstAttribute="centerX" secondItem="d8r-TX-pwX" secondAttribute="centerX" id="l6k-EH-Yb8"/>
<constraint firstItem="Gg0-TE-OGb" firstAttribute="leading" secondItem="rhx-dD-4EJ" secondAttribute="leading" id="rS3-go-zbf"/>
</constraints>
Expand Down Expand Up @@ -379,7 +379,7 @@
</view>
</objects>
<resources>
<image name="logo.png" width="40" height="40"/>
<image name="selection_untick.png" width="24" height="24"/>
<image name="logo.png" width="145" height="60"/>
<image name="selection_untick.png" width="22" height="22"/>
</resources>
</document>

0 comments on commit e7046aa

Please sign in to comment.