Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Commit 1e204e7

Browse files
authored
Merge pull request #2427 from RocketChat/chore/adjust_spacing_messages_basic_cell_template
[CHORE] Adjust spacing from basic message to other messages
2 parents c939b5d + 302474e commit 1e204e7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Rocket.Chat.ShareExtension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>3.2.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>222</string>
22+
<string>223</string>
2323
<key>ITSEncryptionExportComplianceCode</key>
2424
<string></string>
2525
<key>NSExtension</key>

Rocket.Chat/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
</dict>
223223
</array>
224224
<key>CFBundleVersion</key>
225-
<string>222</string>
225+
<string>223</string>
226226
<key>Fabric</key>
227227
<dict>
228228
<key>APIKey</key>

Rocket.Chat/Views/Chat/New Chat/Cells/BasicMessageCell.xib

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<autoresizingMask key="autoresizingMask"/>
2121
<subviews>
2222
<label opaque="NO" contentMode="left" horizontalHuggingPriority="251" verticalCompressionResistancePriority="751" text="Label" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="I2D-qY-xoN">
23-
<rect key="frame" x="71" y="9.5" width="43.5" height="20.5"/>
23+
<rect key="frame" x="71" y="9.5" width="43.5" height="25.5"/>
2424
<constraints>
2525
<constraint firstAttribute="height" relation="greaterThanOrEqual" constant="20" id="SFT-2Q-aUd"/>
2626
</constraints>
@@ -29,7 +29,7 @@
2929
<nil key="highlightedColor"/>
3030
</label>
3131
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="751" verticalCompressionResistancePriority="751" text="Label" lineBreakMode="tailTruncation" adjustsFontForContentSizeCategory="YES" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="3FX-dW-pKk">
32-
<rect key="frame" x="124.5" y="12" width="33" height="16"/>
32+
<rect key="frame" x="124.5" y="14.5" width="33" height="16"/>
3333
<fontDescription key="fontDescription" style="UICTFontTextStyleFootnote"/>
3434
<color key="textColor" red="0.61960784313725492" green="0.63529411764705879" blue="0.6588235294117647" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
3535
<nil key="highlightedColor"/>
@@ -43,21 +43,21 @@
4343
</constraints>
4444
</view>
4545
<view contentMode="scaleToFill" preservesSuperviewLayoutMargins="YES" layoutMarginsFollowReadableWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="Cr2-8p-eRS" customClass="RCTextView" customModule="Rocket_Chat" customModuleProvider="target">
46-
<rect key="frame" x="71" y="30" width="266" height="20"/>
46+
<rect key="frame" x="71" y="35" width="266" height="20"/>
4747
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
4848
<constraints>
4949
<constraint firstAttribute="height" constant="20" id="zQ8-gG-X3N"/>
5050
</constraints>
5151
</view>
5252
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="nz7-HR-gAg">
53-
<rect key="frame" x="339" y="30" width="20" height="20"/>
53+
<rect key="frame" x="339" y="35" width="20" height="20"/>
5454
<constraints>
5555
<constraint firstAttribute="width" constant="20" id="0MA-1u-JG8"/>
5656
<constraint firstAttribute="height" constant="20" id="Kf1-nT-YCg"/>
5757
</constraints>
5858
</button>
5959
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="Exclamation" translatesAutoresizingMaskIntoConstraints="NO" id="yII-Mp-ySs">
60-
<rect key="frame" x="164.5" y="13" width="14" height="14"/>
60+
<rect key="frame" x="164.5" y="15.5" width="14" height="14"/>
6161
<constraints>
6262
<constraint firstAttribute="height" constant="14" id="Kky-qD-47s"/>
6363
<constraint firstAttribute="width" constant="14" id="NWV-t0-obh"/>
@@ -77,7 +77,7 @@
7777
<constraint firstItem="yII-Mp-ySs" firstAttribute="centerY" secondItem="3FX-dW-pKk" secondAttribute="centerY" id="Y72-3C-IfO"/>
7878
<constraint firstAttribute="trailingMargin" secondItem="nz7-HR-gAg" secondAttribute="trailing" id="eMI-IC-viz"/>
7979
<constraint firstItem="Cr2-8p-eRS" firstAttribute="leading" secondItem="jUK-HJ-1Sf" secondAttribute="trailing" constant="15" id="gDv-iX-t86"/>
80-
<constraint firstAttribute="bottom" secondItem="Cr2-8p-eRS" secondAttribute="bottom" constant="10" id="iWy-wc-CWr"/>
80+
<constraint firstAttribute="bottom" secondItem="Cr2-8p-eRS" secondAttribute="bottom" constant="5" id="iWy-wc-CWr"/>
8181
<constraint firstItem="I2D-qY-xoN" firstAttribute="leading" secondItem="jUK-HJ-1Sf" secondAttribute="trailing" constant="15" id="jKv-3w-N0U"/>
8282
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="3FX-dW-pKk" secondAttribute="trailing" constant="8" id="lBY-Ue-s9E"/>
8383
<constraint firstItem="jUK-HJ-1Sf" firstAttribute="leading" secondItem="tSh-T8-5Jy" secondAttribute="leadingMargin" id="m5z-W1-5lf"/>

0 commit comments

Comments
 (0)