diff options
Diffstat (limited to 'CopyMailto/Base.lproj/MainMenu.xib')
-rw-r--r-- | CopyMailto/Base.lproj/MainMenu.xib | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CopyMailto/Base.lproj/MainMenu.xib b/CopyMailto/Base.lproj/MainMenu.xib index 27b3521..c6b2415 100644 --- a/CopyMailto/Base.lproj/MainMenu.xib +++ b/CopyMailto/Base.lproj/MainMenu.xib @@ -15,6 +15,7 @@ <customObject id="-3" userLabel="Application" customClass="NSObject"/> <customObject id="Voe-Tx-rLC" customClass="AppDelegate"> <connections> + <outlet property="_email_address" destination="geG-ze-MSR" id="d4k-Jk-Tfb"/> <outlet property="_window" destination="QvC-M9-y7g" id="Hng-bF-TGq"/> </connections> </customObject> @@ -73,6 +74,17 @@ <view key="contentView" wantsLayer="YES" id="EiT-Mj-1SZ"> <rect key="frame" x="0.0" y="0.0" width="480" height="360"/> <autoresizingMask key="autoresizingMask"/> + <subviews> + <textField horizontalHuggingPriority="251" verticalHuggingPriority="750" id="geG-ze-MSR"> + <rect key="frame" x="25" y="294" width="156" height="46"/> + <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> + <textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Label" id="bWd-ek-Y6D"> + <font key="font" metaFont="system" size="15"/> + <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/> + <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/> + </textFieldCell> + </textField> + </subviews> </view> </window> </objects> |