1 | 1 | | <?xml version="1.0" encoding="UTF-8"?> |
2 | | - | <document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> |
| 2 | + | <document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="16096" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> |
3 | 3 | | <dependencies> |
4 | 4 | | <deployment identifier="macosx"/> |
5 | | - | <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="15702"/> |
| 5 | + | <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="16096"/> |
6 | 6 | | <capability name="System colors introduced in macOS 10.14" minToolsVersion="10.0"/> |
7 | 7 | | <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> |
8 | 8 | | </dependencies> |
| skipped 2 lines |
11 | 11 | | <scene sceneID="xp7-ce-rvd"> |
12 | 12 | | <objects> |
13 | 13 | | <viewController title="ConversationDetailsViewController" identifier="ConversationDetailsViewController" storyboardIdentifier="ConversationDetailsViewController" id="yDC-N1-fGo" customClass="ConversationDetailsViewController" customModule="BeagleIM" customModuleProvider="target" sceneMemberID="viewController"> |
14 | | - | <view key="view" misplaced="YES" id="xq8-f6-pmw"> |
| 14 | + | <view key="view" id="xq8-f6-pmw"> |
15 | 15 | | <rect key="frame" x="0.0" y="0.0" width="333" height="56"/> |
16 | 16 | | <autoresizingMask key="autoresizingMask"/> |
17 | 17 | | <subviews> |
18 | 18 | | <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8Ku-3C-CwA"> |
19 | 19 | | <rect key="frame" x="54" y="12" width="20" height="14"/> |
20 | 20 | | <textFieldCell key="cell" lineBreakMode="clipping" title="Jid" id="Lkw-eP-Rzq"> |
21 | | - | <font key="font" metaFont="toolTip"/> |
| 21 | + | <font key="font" metaFont="label" size="11"/> |
22 | 22 | | <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> |
23 | 23 | | <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> |
24 | 24 | | </textFieldCell> |
| skipped 256 lines |
281 | 281 | | <segmentedControl verticalHuggingPriority="750" ambiguous="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ysX-T7-iCF"> |
282 | 282 | | <rect key="frame" x="18" y="260" width="274" height="21"/> |
283 | 283 | | <segmentedCell key="cell" controlSize="small" borderStyle="border" alignment="left" segmentDistribution="fill" style="rounded" trackingMode="selectOne" id="Fav-ib-Srd"> |
284 | | - | <font key="font" metaFont="toolTip"/> |
| 284 | + | <font key="font" metaFont="label" size="11"/> |
285 | 285 | | <segments> |
286 | 286 | | <segment/> |
287 | 287 | | </segments> |
| skipped 51 lines |