Skip to content

Commit 81a50af

Browse files
committed
Forgot to add the changes to the Nib file, which makes the notification's label text bold and gives the text a -1px black shadow.
1 parent b7909b7 commit 81a50af

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

Diff for: SJNotificationViewController.xib

+13-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<data>
44
<int key="IBDocument.SystemTarget">1280</int>
55
<string key="IBDocument.SystemVersion">11C74</string>
6-
<string key="IBDocument.InterfaceBuilderVersion">1938</string>
6+
<string key="IBDocument.InterfaceBuilderVersion">1923</string>
77
<string key="IBDocument.AppKitVersion">1138.23</string>
88
<string key="IBDocument.HIToolboxVersion">567.00</string>
99
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
1010
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
11-
<string key="NS.object.0">933</string>
11+
<string key="NS.object.0">919</string>
1212
</object>
1313
<array key="IBDocument.IntegratedClassDependencies">
1414
<string>IBUIActivityIndicatorView</string>
@@ -44,6 +44,10 @@
4444
<reference key="NSWindow"/>
4545
<reference key="NSNextKeyView" ref="520851327"/>
4646
<string key="NSReuseIdentifierKey">_NS:328</string>
47+
<object class="NSColor" key="IBUIBackgroundColor">
48+
<int key="NSColorSpace">3</int>
49+
<bytes key="NSWhite">MCAwAA</bytes>
50+
</object>
4751
<bool key="IBUIOpaque">NO</bool>
4852
<bool key="IBUIClipsSubviews">YES</bool>
4953
<int key="IBUIContentMode">7</int>
@@ -58,14 +62,18 @@
5862
</object>
5963
</object>
6064
<nil key="IBUIHighlightedColor"/>
65+
<object class="NSColor" key="IBUIShadowColor">
66+
<int key="NSColorSpace">3</int>
67+
<bytes key="NSWhite">MAA</bytes>
68+
</object>
6169
<int key="IBUIBaselineAdjustment">1</int>
6270
<float key="IBUIMinimumFontSize">10</float>
6371
<object class="IBUIFontDescription" key="IBUIFontDescription">
64-
<int key="type">1</int>
72+
<int key="type">2</int>
6573
<double key="pointSize">15</double>
6674
</object>
6775
<object class="NSFont" key="IBUIFont">
68-
<string key="NSName">Helvetica</string>
76+
<string key="NSName">Helvetica-Bold</string>
6977
<double key="NSSize">15</double>
7078
<int key="NSfFlags">16</int>
7179
</object>
@@ -206,6 +214,6 @@
206214
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
207215
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
208216
<int key="IBDocument.defaultPropertyAccessControl">3</int>
209-
<string key="IBCocoaTouchPluginVersion">933</string>
217+
<string key="IBCocoaTouchPluginVersion">919</string>
210218
</data>
211219
</archive>

0 commit comments

Comments
 (0)