diff options
author | Damiano Galassi <[email protected]> | 2015-10-22 16:23:45 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2015-10-22 16:23:45 +0200 |
commit | 586d58a92e8bd0ba599917e9c65cf913d66a6474 (patch) | |
tree | 29439af6431afe205c7d948d04275b7838d5dfe6 /macosx/English.lproj | |
parent | d49d34b76ba5ee2e417479e2098b687453c2962a (diff) |
MacGui: align the chapters title textfield.
Diffstat (limited to 'macosx/English.lproj')
-rw-r--r-- | macosx/English.lproj/ChaptersTitles.xib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/English.lproj/ChaptersTitles.xib b/macosx/English.lproj/ChaptersTitles.xib index 95a7ecd87..85b896f2e 100644 --- a/macosx/English.lproj/ChaptersTitles.xib +++ b/macosx/English.lproj/ChaptersTitles.xib @@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9058" systemVersion="15B38b" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="9059" systemVersion="15B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> <dependencies> <deployment identifier="macosx"/> <development version="6300" identifier="xcode"/> - <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9058"/> + <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="9059"/> </dependencies> <objects> <customObject id="-2" userLabel="File's Owner" customClass="HBChapterTitlesController"> @@ -192,7 +192,7 @@ <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <subviews> <textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" id="rpj-MP-nnZ"> - <rect key="frame" x="0.0" y="3" width="715" height="14"/> + <rect key="frame" x="0.0" y="0.0" width="715" height="17"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <animations/> <textFieldCell key="cell" controlSize="small" lineBreakMode="truncatingTail" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" title="Table View Cell" id="UjY-nz-uSt"> |