Skip to content

Commit

Permalink
[FIX] TeamDooRiBon#186 - 결과 조회 버튼 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mini-min committed Jul 17, 2021
1 parent 75c1386 commit 5e168db
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
<rect key="frame" x="117" y="688" width="141" height="24"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="이미지로 결과 저장하기" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="jme-JE-rJW">
<rect key="frame" x="0.0" y="3" width="113" height="18"/>
<rect key="frame" x="0.0" y="3" width="116" height="18"/>
<constraints>
<constraint firstAttribute="width" constant="113" id="Zax-54-rFI"/>
<constraint firstAttribute="width" constant="116" id="Zax-54-rFI"/>
<constraint firstAttribute="height" constant="18" id="xOh-Tc-mWh"/>
</constraints>
<fontDescription key="fontDescription" name="SpoqaHanSansNeo-Medium" family="Spoqa Han Sans Neo" pointSize="12"/>
<color key="textColor" name="gray5"/>
<nil key="highlightedColor"/>
</label>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="iconDownload" translatesAutoresizingMaskIntoConstraints="NO" id="H9n-b1-Y5C">
<rect key="frame" x="117" y="0.0" width="24" height="24"/>
<rect key="frame" x="120" y="0.0" width="24" height="24"/>
<constraints>
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="24" id="8w2-qV-1RN"/>
<constraint firstAttribute="height" constant="24" id="Nph-op-2rh"/>
Expand Down

0 comments on commit 5e168db

Please sign in to comment.