aboutsummaryrefslogtreecommitdiffstats
path: root/CopyMailto
diff options
context:
space:
mode:
authorTeddy Wing2018-09-05 22:00:57 +0200
committerTeddy Wing2018-09-05 22:03:10 +0200
commit826a515159920777cb4f38663051a7686c4d24d5 (patch)
tree65e1fb43c2db7ffe0083954f4b0fdf6375fa6508 /CopyMailto
parent4cf3295b3696da8c5032a2c75aa894203cc97003 (diff)
downloadCopy-Mailto-826a515159920777cb4f38663051a7686c4d24d5.tar.bz2
MainMenu.xib: Make title label bold
Fix this warning: warning: Attribute Unavailable: System Font Weights other than Regular or Bold before OS X 10.11
Diffstat (limited to 'CopyMailto')
-rw-r--r--CopyMailto/Base.lproj/MainMenu.xib3
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>