Skip to content

Commit

Permalink
Missing colon...
Browse files Browse the repository at this point in the history
  • Loading branch information
macmade committed Sep 19, 2021
1 parent f60439d commit c016c8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Hot/UI/Base.lproj/InfoViewController.xib
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyUpOrDown" image="PressureTemplate" id="AfK-fl-oW3"/>
</imageView>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="okO-0n-FNv">
<rect key="frame" x="22" y="0.0" width="111" height="16"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Thermal Pressure" id="dEb-s7-1di">
<rect key="frame" x="22" y="0.0" width="115" height="16"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Thermal Pressure:" id="dEb-s7-1di">
<font key="font" metaFont="system"/>
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
Expand Down

0 comments on commit c016c8a

Please sign in to comment.