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="CBGrowlAlertDetailPane">
<connections>
<outlet property="checkBox_sticky" destination="6" id="7"/>
<outlet property="checkBox_timestamp" destination="29" id="32"/>
<outlet property="label_priority" destination="12" id="23"/>
<outlet property="popUp_priority" destination="16" id="22"/>
<outlet property="view" destination="5" id="8"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<customView id="5" userLabel="View">
<rect key="frame" x="0.0" y="0.0" width="549" height="66"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="16">
<rect key="frame" x="160" y="-3" width="189" height="26"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<constraints>
<constraint firstAttribute="width" constant="184" id="38"/>
</constraints>
<popUpButtonCell key="cell" type="push" title="Item 1" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="19" id="28">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
<menu key="menu" title="OtherViews" id="18">
<items>
<menuItem title="Item 1" state="on" id="19"/>
<menuItem title="Item 2" id="20"/>
<menuItem title="Item 3" id="21"/>
</items>
</menu>
</popUpButtonCell>
</popUpButton>
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="12">
<rect key="frame" x="-2" y="3" width="159" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<constraints>
<constraint firstAttribute="width" constant="155" id="48"/>
</constraints>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Growl priority:" id="27">
<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="6" userLabel="Localization Button - Sticky">
<rect key="frame" x="160" y="49" width="154" height="18"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="check" title="Show until dismissed" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="26">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="changePreference:" target="-2" id="9"/>
</connections>
</button>
<button translatesAutoresizingMaskIntoConstraints="NO" id="29" userLabel="Localization Button - Time Stamp">
<rect key="frame" x="160" y="27" width="187" height="18"/>
<autoresizingMask key="autoresizingMask"/>
<constraints>
<constraint firstAttribute="width" constant="183" id="47"/>
</constraints>
<buttonCell key="cell" type="check" title="Show time stamp" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="30">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="changePreference:" target="-2" id="31"/>
</connections>
</button>
</subviews>
<constraints>
<constraint firstItem="6" firstAttribute="leading" secondItem="29" secondAttribute="leading" id="39"/>
<constraint firstItem="16" firstAttribute="leading" secondItem="29" secondAttribute="leading" id="40"/>
<constraint firstItem="6" firstAttribute="top" secondItem="5" secondAttribute="top" constant="1" id="41"/>
<constraint firstItem="12" firstAttribute="leading" secondItem="5" secondAttribute="leading" id="42"/>
<constraint firstItem="12" firstAttribute="baseline" secondItem="16" secondAttribute="baseline" id="43"/>
<constraint firstItem="16" firstAttribute="top" secondItem="29" secondAttribute="bottom" constant="8" id="44"/>
<constraint firstItem="6" firstAttribute="leading" secondItem="5" secondAttribute="leading" constant="162" id="45"/>
<constraint firstItem="16" firstAttribute="bottom" secondItem="5" secondAttribute="bottom" id="46"/>
</constraints>
</customView>
</objects>
</document>