forked from mirrors/linphone-iphone
Fix icon border
This commit is contained in:
parent
6cfc5e0666
commit
7fb4602222
2 changed files with 13 additions and 13 deletions
|
|
@ -93,7 +93,7 @@
|
|||
if (notif)
|
||||
{
|
||||
notif.repeatInterval = 0;
|
||||
notif.alertBody = NSLocalizedString(@" Ding Dong ! Guess who is at the door ?",nil);
|
||||
notif.alertBody = NSLocalizedString(@" Ding Dong ! Guess who's at the door ?",nil);
|
||||
notif.alertAction = @"See the answer";
|
||||
notif.soundName = @"oldphone-mono-30s.caf";
|
||||
NSData *callData = [NSData dataWithBytes:&call length:sizeof(call)];
|
||||
|
|
|
|||
|
|
@ -152,7 +152,7 @@
|
|||
<reference key="NSWindow"/>
|
||||
<reference key="NSNextKeyView" ref="762727327"/>
|
||||
<string key="NSReuseIdentifierKey">_NS:225</string>
|
||||
<object class="NSColor" key="IBUIBackgroundColor" id="698537438">
|
||||
<object class="NSColor" key="IBUIBackgroundColor" id="255423344">
|
||||
<int key="NSColorSpace">2</int>
|
||||
<bytes key="NSRGB">MC4wNTQ5MDE5NjA3OCAwLjA4MjM1Mjk0MTE4IDAuMTI5NDExNzY0NwA</bytes>
|
||||
</object>
|
||||
|
|
@ -182,7 +182,7 @@
|
|||
<reference key="NSWindow"/>
|
||||
<reference key="NSNextKeyView" ref="889522260"/>
|
||||
<string key="NSReuseIdentifierKey">_NS:225</string>
|
||||
<reference key="IBUIBackgroundColor" ref="698537438"/>
|
||||
<reference key="IBUIBackgroundColor" ref="255423344"/>
|
||||
<bool key="IBUIOpaque">NO</bool>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
<int key="IBUIContentHorizontalAlignment">0</int>
|
||||
|
|
@ -209,9 +209,9 @@
|
|||
<string key="NSFrame">{{241, 432}, {78, 48}}</string>
|
||||
<reference key="NSSuperview" ref="191373211"/>
|
||||
<reference key="NSWindow"/>
|
||||
<reference key="NSNextKeyView" ref="826699397"/>
|
||||
<reference key="NSNextKeyView" ref="33985418"/>
|
||||
<string key="NSReuseIdentifierKey">_NS:225</string>
|
||||
<reference key="IBUIBackgroundColor" ref="698537438"/>
|
||||
<reference key="IBUIBackgroundColor" ref="255423344"/>
|
||||
<bool key="IBUIOpaque">NO</bool>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
<int key="IBUIContentHorizontalAlignment">0</int>
|
||||
|
|
@ -226,15 +226,15 @@
|
|||
<reference key="IBUIFontDescription" ref="488695651"/>
|
||||
<reference key="IBUIFont" ref="1052967191"/>
|
||||
</object>
|
||||
<object class="IBUIButton" id="826699397">
|
||||
<object class="IBUIButton" id="33985418">
|
||||
<reference key="NSNextResponder" ref="191373211"/>
|
||||
<int key="NSvFlags">-2147483356</int>
|
||||
<string key="NSFrame">{{241, 432}, {79, 48}}</string>
|
||||
<string key="NSFrame">{{241, 432}, {78, 48}}</string>
|
||||
<reference key="NSSuperview" ref="191373211"/>
|
||||
<reference key="NSWindow"/>
|
||||
<reference key="NSNextKeyView"/>
|
||||
<string key="NSReuseIdentifierKey">_NS:225</string>
|
||||
<reference key="IBUIBackgroundColor" ref="698537438"/>
|
||||
<reference key="IBUIBackgroundColor" ref="255423344"/>
|
||||
<bool key="IBUIOpaque">NO</bool>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
<int key="IBUIContentHorizontalAlignment">0</int>
|
||||
|
|
@ -384,7 +384,7 @@
|
|||
<object class="IBCocoaTouchOutletConnection" key="connection">
|
||||
<string key="label">declineCall</string>
|
||||
<reference key="source" ref="180838360"/>
|
||||
<reference key="destination" ref="826699397"/>
|
||||
<reference key="destination" ref="33985418"/>
|
||||
</object>
|
||||
<int key="connectionID">45</int>
|
||||
</object>
|
||||
|
|
@ -415,7 +415,7 @@
|
|||
<object class="IBConnectionRecord">
|
||||
<object class="IBCocoaTouchEventConnection" key="connection">
|
||||
<string key="label">doAction:</string>
|
||||
<reference key="source" ref="826699397"/>
|
||||
<reference key="source" ref="33985418"/>
|
||||
<reference key="destination" ref="975951072"/>
|
||||
<int key="IBEventType">7</int>
|
||||
</object>
|
||||
|
|
@ -471,7 +471,7 @@
|
|||
<reference ref="1051556672"/>
|
||||
<reference ref="762727327"/>
|
||||
<reference ref="889522260"/>
|
||||
<reference ref="826699397"/>
|
||||
<reference ref="33985418"/>
|
||||
</array>
|
||||
<reference key="parent" ref="180838360"/>
|
||||
</object>
|
||||
|
|
@ -513,7 +513,7 @@
|
|||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">43</int>
|
||||
<reference key="object" ref="826699397"/>
|
||||
<reference key="object" ref="33985418"/>
|
||||
<reference key="parent" ref="191373211"/>
|
||||
<string key="objectName">Decline call</string>
|
||||
</object>
|
||||
|
|
@ -1003,7 +1003,7 @@
|
|||
<string key="icon2.png">{155, 96}</string>
|
||||
<string key="icon3.png">{155, 96}</string>
|
||||
<string key="icon4.png">{155, 96}</string>
|
||||
<string key="icon5.png">{153, 96}</string>
|
||||
<string key="icon5.png">{16, 16}</string>
|
||||
<string key="icon6.png">{153, 96}</string>
|
||||
<string key="icon7.png">{153, 96}</string>
|
||||
</dictionary>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue