Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 74b6e8a

Browse files
authored
smaller labels (#1744)
1 parent 49371b2 commit 74b6e8a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Classes/Labels/Labels.storyboard

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="i6k-yB-d8o">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="i6k-yB-d8o">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
7-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
7+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14088"/>
88
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
99
</dependencies>
1010
<scenes>
@@ -32,14 +32,15 @@
3232
<autoresizingMask key="autoresizingMask"/>
3333
<subviews>
3434
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="6I8-5k-y6W">
35-
<rect key="frame" x="16" y="4.5" width="90" height="33"/>
36-
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="17"/>
35+
<rect key="frame" x="16" y="7" width="72" height="28"/>
36+
<fontDescription key="fontDescription" type="system" weight="semibold" pointSize="13"/>
3737
<state key="normal" title="label-name"/>
3838
</button>
3939
</subviews>
4040
<constraints>
4141
<constraint firstItem="6I8-5k-y6W" firstAttribute="centerY" secondItem="JgS-eS-vpS" secondAttribute="centerY" id="M8R-jF-F8T"/>
4242
<constraint firstItem="6I8-5k-y6W" firstAttribute="leading" secondItem="JgS-eS-vpS" secondAttribute="leading" constant="16" id="Ogm-Lo-xHa"/>
43+
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="6I8-5k-y6W" secondAttribute="trailing" id="SX9-E6-6va"/>
4344
</constraints>
4445
</tableViewCellContentView>
4546
<color key="tintColor" red="0.011764705882352941" green="0.40000000000000002" blue="0.83921568627450982" alpha="1" colorSpace="calibratedRGB"/>

0 commit comments

Comments
 (0)