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="AIMDLogViewerWindowController">
<connections>
<outlet property="datePicker" destination="226" id="234"/>
<outlet property="popUp_dateFilter" destination="227" id="233"/>
<outlet property="view_DatePicker" destination="225" id="232"/>
</connections>
</customObject>
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
<customObject id="-3" userLabel="Application"/>
<customView id="225" userLabel="DateToolbar">
<rect key="frame" x="0.0" y="0.0" width="279" height="26"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="227">
<rect key="frame" x="0.0" y="1" width="170" height="25"/>
<autoresizingMask key="autoresizingMask"/>
<popUpButtonCell key="cell" type="roundTextured" title="Within Last 2 Months" bezelStyle="texturedRounded" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" inset="2" preferredEdge="maxY" selectedItem="230" id="238">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
<menu key="menu" title="OtherViews" id="228">
<items>
<menuItem title="Within Last 2 Months" state="on" id="230"/>
<menuItem title="Item2" id="231"/>
<menuItem title="Item3" id="229"/>
</items>
</menu>
</popUpButtonCell>
</popUpButton>
<datePicker verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="226">
<rect key="frame" x="178" y="3" width="104" height="27"/>
<autoresizingMask key="autoresizingMask"/>
<constraints>
<constraint firstAttribute="width" constant="101" id="239"/>
</constraints>
<datePickerCell key="cell" borderStyle="bezel" alignment="left" id="237">
<font key="font" metaFont="system"/>
<date key="date" timeIntervalSinceReferenceDate="0.0">
<!--2001-01-01 00:00:00 +0000-->
</date>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
</datePickerCell>
<connections>
<action selector="selectDate:" target="-2" id="235"/>
</connections>
</datePicker>
</subviews>
<constraints>
<constraint firstItem="227" firstAttribute="leading" secondItem="225" secondAttribute="leading" id="240"/>
<constraint firstItem="226" firstAttribute="top" secondItem="227" secondAttribute="top" id="241"/>
<constraint firstItem="226" firstAttribute="trailing" secondItem="225" secondAttribute="trailing" id="242"/>
<constraint firstItem="227" firstAttribute="top" secondItem="225" secondAttribute="top" constant="1" id="243"/>
<constraint firstItem="226" firstAttribute="leading" secondItem="227" secondAttribute="trailing" constant="8" symbolic="YES" id="244"/>
</constraints>
</customView>
</objects>
</document>