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

Commit 51dc53d

Browse files
committed
Set manga item width leading space with a standard value
1 parent 96f392e commit 51dc53d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Yomu/Views/xibs/MangaItem.xib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
4141
<subviews>
4242
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="rIw-mk-txx">
43-
<rect key="frame" x="-2" y="43" width="77" height="17"/>
43+
<rect key="frame" x="-2" y="43" width="186" height="17"/>
4444
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Manga Title" id="qHK-Rj-0lS">
4545
<font key="font" metaFont="system"/>
4646
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
@@ -60,7 +60,7 @@
6060
<constraint firstItem="rIw-mk-txx" firstAttribute="leading" secondItem="bYl-sR-kkV" secondAttribute="leading" id="2Xe-QV-uCI"/>
6161
<constraint firstItem="FpS-sV-RKO" firstAttribute="top" secondItem="rIw-mk-txx" secondAttribute="bottom" constant="20" id="E5H-aj-0JS"/>
6262
<constraint firstItem="rIw-mk-txx" firstAttribute="top" secondItem="bYl-sR-kkV" secondAttribute="top" constant="10" id="GEp-v0-WJE"/>
63-
<constraint firstAttribute="trailing" secondItem="rIw-mk-txx" secondAttribute="trailing" constant="129" id="d8C-lr-Djj"/>
63+
<constraint firstAttribute="trailing" secondItem="rIw-mk-txx" secondAttribute="trailing" constant="20" symbolic="YES" id="d8C-lr-Djj"/>
6464
<constraint firstAttribute="trailing" secondItem="FpS-sV-RKO" secondAttribute="trailing" constant="20" symbolic="YES" id="dQt-2R-LtK"/>
6565
<constraint firstAttribute="bottom" secondItem="FpS-sV-RKO" secondAttribute="bottom" constant="10" id="ruh-vS-2aR"/>
6666
<constraint firstItem="FpS-sV-RKO" firstAttribute="leading" secondItem="bYl-sR-kkV" secondAttribute="leading" id="u0e-3y-x49"/>

0 commit comments

Comments
 (0)