Skip to content

Commit

Permalink
[Refactor] Todolist title 높이 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
minsangKang committed Jun 2, 2022
1 parent cc71afb commit 69a2917
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Project_Timer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 6.5.2;
MARKETING_VERSION = 6.5.3;
PRODUCT_BUNDLE_IDENTIFIER = com.FDEE.TiTi;
PRODUCT_NAME = TiTi;
SUPPORTS_MACCATALYST = YES;
Expand All @@ -736,7 +736,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 6.5.2;
MARKETING_VERSION = 6.5.3;
PRODUCT_BUNDLE_IDENTIFIER = com.FDEE.TiTi;
PRODUCT_NAME = TiTi;
SUPPORTS_MACCATALYST = YES;
Expand Down
10 changes: 5 additions & 5 deletions Project_Timer/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -3437,7 +3437,7 @@
<rect key="frame" x="10.333333333333343" y="10" width="360" height="585"/>
<subviews>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="BU2-4f-D6e">
<rect key="frame" x="15" y="19" width="30" height="33"/>
<rect key="frame" x="15" y="9" width="30" height="33"/>
<fontDescription key="fontDescription" type="system" pointSize="17"/>
<color key="tintColor" name="Blue"/>
<state key="normal" title="Edit">
Expand All @@ -3450,12 +3450,12 @@
</connections>
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Todolist" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cl3-Ia-hFK">
<rect key="frame" x="140.33333333333334" y="20" width="79" height="27.666666666666671"/>
<rect key="frame" x="140.33333333333334" y="10.000000000000002" width="79" height="27.666666666666671"/>
<fontDescription key="fontDescription" name="HGGGothicssiP60g" family="HGGGothicssi_Pro" pointSize="25"/>
<nil key="highlightedColor"/>
</label>
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="none" rowHeight="40" estimatedRowHeight="-1" sectionHeaderHeight="-1" estimatedSectionHeaderHeight="-1" sectionFooterHeight="-1" estimatedSectionFooterHeight="-1" translatesAutoresizingMaskIntoConstraints="NO" id="Eoi-Fr-q6h">
<rect key="frame" x="0.0" y="62.666666666666657" width="360" height="507.33333333333337"/>
<rect key="frame" x="0.0" y="52.666666666666686" width="360" height="517.33333333333326"/>
<color key="backgroundColor" name="Background_second"/>
<prototypes>
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" selectionStyle="none" indentationWidth="10" reuseIdentifier="TodoCell" id="Vlo-de-Nke" customClass="TodoCell" customModule="TiTi" customModuleProvider="target">
Expand Down Expand Up @@ -3536,7 +3536,7 @@
</userDefinedRuntimeAttributes>
</tableView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="today" textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="coF-lb-OMR">
<rect key="frame" x="311" y="25.666666666666671" width="34" height="16.333333333333329"/>
<rect key="frame" x="311" y="15.66666666666667" width="34" height="16.333333333333329"/>
<fontDescription key="fontDescription" name="HGGGothicssiP60g" family="HGGGothicssi_Pro" pointSize="15"/>
<color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<nil key="highlightedColor"/>
Expand All @@ -3545,7 +3545,7 @@
<color key="backgroundColor" name="Background_second"/>
<constraints>
<constraint firstAttribute="bottom" secondItem="Eoi-Fr-q6h" secondAttribute="bottom" constant="15" id="3pv-0J-I6f"/>
<constraint firstItem="cl3-Ia-hFK" firstAttribute="top" secondItem="JjE-as-Jcv" secondAttribute="top" constant="20" id="Axk-6U-rjV"/>
<constraint firstItem="cl3-Ia-hFK" firstAttribute="top" secondItem="JjE-as-Jcv" secondAttribute="top" constant="10" id="Axk-6U-rjV"/>
<constraint firstItem="BU2-4f-D6e" firstAttribute="top" secondItem="cl3-Ia-hFK" secondAttribute="bottom" constant="-28.666666666666671" id="Df0-tu-4fc"/>
<constraint firstItem="Eoi-Fr-q6h" firstAttribute="centerX" secondItem="JjE-as-Jcv" secondAttribute="centerX" id="HXL-we-yaR"/>
<constraint firstAttribute="trailing" secondItem="Eoi-Fr-q6h" secondAttribute="trailing" id="Lwo-Yd-fLM"/>
Expand Down

0 comments on commit 69a2917

Please sign in to comment.