summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xartigas@fluendo.com>2013-05-07 11:57:07 +0200
committerXavi Artigas <xartigas@fluendo.com>2013-05-07 11:57:07 +0200
commitc7b0aeb341f5dba6ffd194550a81402951dfbb77 (patch)
tree893bbb0557e5260ac2d47640419216bb93f440a1
parent1214abe85854ca5e74c33d7f116125cf3579e83e (diff)
Fix label size in iPhone because text did not fit the screen...
-rw-r--r--gst-sdk/tutorials/xcode iOS/Tutorial 1/en.lproj/MainStoryboard_iPhone.storyboard4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst-sdk/tutorials/xcode iOS/Tutorial 1/en.lproj/MainStoryboard_iPhone.storyboard b/gst-sdk/tutorials/xcode iOS/Tutorial 1/en.lproj/MainStoryboard_iPhone.storyboard
index 49bfecf..4f755aa 100644
--- a/gst-sdk/tutorials/xcode iOS/Tutorial 1/en.lproj/MainStoryboard_iPhone.storyboard
+++ b/gst-sdk/tutorials/xcode iOS/Tutorial 1/en.lproj/MainStoryboard_iPhone.storyboard
@@ -12,9 +12,9 @@
<rect key="frame" x="0.0" y="20" width="320" height="548"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<subviews>
- <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Label" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Cit-jt-jhM">
+ <label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" text="Label" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" preferredMaxLayoutWidth="280" translatesAutoresizingMaskIntoConstraints="NO" id="Cit-jt-jhM">
<constraints>
- <constraint firstAttribute="height" constant="21" id="dt5-5x-Dso"/>
+ <constraint firstAttribute="height" priority="1" constant="21" type="user" id="dt5-5x-Dso"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="24"/>
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>