adium/adium

Some merge cleanup.
AutoLayout
2013-12-31, Frank Dowsett
f99cbd2a38d2
Some merge cleanup.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment defaultVersion="1080" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="ESBonjourAccountViewController">
<connections>
<outlet property="checkBox_sendTyping" destination="202" id="205"/>
<outlet property="label_typing" destination="203" id="207"/>
<outlet property="textField_accountUID" destination="183" id="191"/>
<outlet property="textField_accountUIDLabel" destination="185" id="192"/>
<outlet property="view_privacy" destination="201" id="204"/>
<outlet property="view_setup" destination="184" id="190"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<customView id="184" userLabel="Setup">
<rect key="frame" x="0.0" y="0.0" width="461" height="42"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="185">
<rect key="frame" x="-2" y="22" width="138" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
<constraints>
<constraint firstAttribute="width" constant="134" id="217"/>
</constraints>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="User Name:" id="210">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="183">
<rect key="frame" x="142" y="20" width="206" height="22"/>
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
<constraints>
<constraint firstAttribute="width" constant="206" id="218"/>
</constraints>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" state="on" borderStyle="bezel" alignment="left" drawsBackground="YES" id="209">
<font key="font" metaFont="system"/>
<color key="textColor" name="textColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<action selector="changedPreference:" target="-2" id="199"/>
</connections>
</textField>
</subviews>
<constraints>
<constraint firstItem="185" firstAttribute="leading" secondItem="184" secondAttribute="leading" id="213"/>
<constraint firstItem="183" firstAttribute="top" secondItem="184" secondAttribute="top" id="214"/>
<constraint firstItem="183" firstAttribute="baseline" secondItem="185" secondAttribute="baseline" id="215"/>
<constraint firstItem="183" firstAttribute="leading" secondItem="185" secondAttribute="trailing" constant="8" symbolic="YES" id="216"/>
</constraints>
</customView>
<customView id="201" userLabel="Privacy">
<rect key="frame" x="0.0" y="0.0" width="467" height="36"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" setsMaxLayoutWidthAtFirstLayout="YES" translatesAutoresizingMaskIntoConstraints="NO" id="203">
<rect key="frame" x="-2" y="19" width="138" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
<constraints>
<constraint firstAttribute="width" constant="134" id="224"/>
</constraints>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" alignment="right" title="Typing:" id="212">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
<button translatesAutoresizingMaskIntoConstraints="NO" id="202">
<rect key="frame" x="140" y="18" width="309" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMinY="YES"/>
<buttonCell key="cell" type="check" title="Let others know when you are typing" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="211">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="changedPreference:" target="-2" id="206"/>
</connections>
</button>
</subviews>
<constraints>
<constraint firstItem="203" firstAttribute="top" secondItem="201" secondAttribute="top" id="219"/>
<constraint firstAttribute="bottom" secondItem="202" secondAttribute="bottom" constant="20" symbolic="YES" id="220"/>
<constraint firstItem="202" firstAttribute="leading" secondItem="203" secondAttribute="trailing" constant="8" symbolic="YES" id="221"/>
<constraint firstItem="203" firstAttribute="leading" secondItem="201" secondAttribute="leading" id="222"/>
<constraint firstAttribute="trailing" secondItem="202" secondAttribute="trailing" constant="20" symbolic="YES" id="223"/>
</constraints>
</customView>
</objects>
</document>