diff options
| -rw-r--r-- | CopyMailto/Base.lproj/MainMenu.xib | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/CopyMailto/Base.lproj/MainMenu.xib b/CopyMailto/Base.lproj/MainMenu.xib index ce6197b..e8c4214 100644 --- a/CopyMailto/Base.lproj/MainMenu.xib +++ b/CopyMailto/Base.lproj/MainMenu.xib @@ -4,7 +4,6 @@          <deployment identifier="macosx"/>          <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13771"/>          <capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/> -        <capability name="system font weights other than Regular or Bold" minToolsVersion="7.0"/>      </dependencies>      <objects>          <customObject id="-2" userLabel="File's Owner" customClass="NSApplication"> @@ -89,7 +88,7 @@                          <rect key="frame" x="18" y="84" width="221" height="17"/>                          <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>                          <textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Copy email address to clipboard?" id="fXp-NT-DzM"> -                            <font key="font" metaFont="systemMedium" size="13"/> +                            <font key="font" metaFont="systemBold"/>                              <color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>                              <color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>                          </textFieldCell> | 
