Skip to content

Commit 8603e31

Browse files
committed
[trello.com/c/vawidi4o] Change padding of wallet view controller title to it is rows.
1 parent 799bd95 commit 8603e31

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Adamant/Modules/Wallets/WalletViewControllerBase.xib

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23094" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="23504" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
33
<device id="retina4_7" orientation="portrait" appearance="light"/>
44
<dependencies>
55
<deployment identifier="iOS"/>
6-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23084"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="23506"/>
77
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
88
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
99
</dependencies>
@@ -31,10 +31,10 @@
3131
<nil key="highlightedColor"/>
3232
</label>
3333
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" style="plain" separatorStyle="default" rowHeight="-1" estimatedRowHeight="-1" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="ds2-xE-YVe">
34-
<rect key="frame" x="0.0" y="62.5" width="375" height="167.5"/>
34+
<rect key="frame" x="0.0" y="67.5" width="375" height="162.5"/>
3535
</tableView>
3636
<stackView hidden="YES" opaque="NO" contentMode="scaleToFill" axis="vertical" alignment="center" spacing="8" translatesAutoresizingMaskIntoConstraints="NO" id="hyi-rM-F0a">
37-
<rect key="frame" x="147" y="107" width="81.5" height="78.5"/>
37+
<rect key="frame" x="147" y="109.5" width="81.5" height="78.5"/>
3838
<subviews>
3939
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="error" translatesAutoresizingMaskIntoConstraints="NO" id="fXc-4s-pCW">
4040
<rect key="frame" x="12.5" y="0.0" width="56" height="50"/>
@@ -51,12 +51,12 @@
5151
</constraints>
5252
</stackView>
5353
<activityIndicatorView hidden="YES" opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="750" verticalHuggingPriority="750" hidesWhenStopped="YES" style="whiteLarge" translatesAutoresizingMaskIntoConstraints="NO" id="c8m-4H-yMk">
54-
<rect key="frame" x="169" y="128" width="37" height="37"/>
54+
<rect key="frame" x="169" y="130.5" width="37" height="37"/>
5555
</activityIndicatorView>
5656
</subviews>
5757
<viewLayoutGuide key="safeArea" id="vUN-kp-3ea"/>
5858
<constraints>
59-
<constraint firstItem="ds2-xE-YVe" firstAttribute="top" secondItem="Hcx-tx-ZRm" secondAttribute="bottom" constant="2" id="Alh-1J-BAu"/>
59+
<constraint firstItem="ds2-xE-YVe" firstAttribute="top" secondItem="Hcx-tx-ZRm" secondAttribute="bottom" constant="7" id="Alh-1J-BAu"/>
6060
<constraint firstItem="hyi-rM-F0a" firstAttribute="centerY" secondItem="ds2-xE-YVe" secondAttribute="centerY" id="BK8-Ww-KtR"/>
6161
<constraint firstItem="c8m-4H-yMk" firstAttribute="centerY" secondItem="ds2-xE-YVe" secondAttribute="centerY" id="Hs8-qI-Rr1"/>
6262
<constraint firstItem="Hcx-tx-ZRm" firstAttribute="top" secondItem="vUN-kp-3ea" secondAttribute="top" constant="20" id="Vlb-if-mIc"/>

0 commit comments

Comments
 (0)