Skip to content

Commit 031980a

Browse files
committed
new logo
1 parent fa38225 commit 031980a

11 files changed

+194
-6
lines changed

Diff for: arts/_ic_launcher.svg

+94
Loading

Diff for: arts/_ic_menu.svg

+94
Loading

Diff for: clogos.iconset/icon_128x128.png

-14.6 KB
Loading

Diff for: clogos.iconset/icon_16x16.png

-136 Bytes
Loading

Diff for: clogos.iconset/icon_256x256.png

-42.7 KB
Loading

Diff for: clogos.iconset/icon_32x32.png

-1023 Bytes
Loading

Diff for: clogos.iconset/icon_512x512.png

-112 KB
Loading

Diff for: glogo.png

-594 Bytes
Binary file not shown.

Diff for: iLcatraz/Preferences.xib

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5056" systemVersion="13F34" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="7702" systemVersion="14C109" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none">
33
<dependencies>
4-
<deployment version="1070" defaultVersion="1060" identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5056"/>
4+
<deployment version="1070" identifier="macosx"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="7702"/>
66
</dependencies>
77
<objects>
88
<customObject id="-2" userLabel="File's Owner" customClass="PreferencesController">
@@ -11,7 +11,7 @@
1111
</connections>
1212
</customObject>
1313
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
14-
<customObject id="-3" userLabel="Application"/>
14+
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
1515
<window title="Preferences" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" visibleAtLaunch="NO" animationBehavior="default" id="F0z-JX-Cv5" userLabel="Window - Preferences">
1616
<windowStyleMask key="styleMask" titled="YES" closable="YES" resizable="YES"/>
1717
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
@@ -76,7 +76,7 @@
7676
<rect key="frame" x="20" y="20" width="178" height="38"/>
7777
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
7878
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
79-
<size key="cellSize" width="177" height="18"/>
79+
<size key="cellSize" width="174" height="18"/>
8080
<size key="intercellSpacing" width="4" height="2"/>
8181
<buttonCell key="prototype" type="radio" title="Radio" imagePosition="left" alignment="left" inset="2" id="0p7-ra-qxt">
8282
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>

Diff for: iLcatraz/glogo.png

530 Bytes
Loading

Diff for: iLcatraz/me_dsa_iLcatrazAppDelegate.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ - (BOOL)applicationShouldHandleReopen:(NSApplication *)theApplication hasVisible
5050
}
5151
- (void)switchPolicy{
5252
if ([[[NSUserDefaults standardUserDefaults] objectForKey:@"showMenu"] intValue]==1){
53-
_statusItem = [[NSStatusBar systemStatusBar] statusItemWithLength:16];
53+
_statusItem = [[NSStatusBar systemStatusBar] statusItemWithLength:22];
5454
[_statusItem setMenu:_statusMenu];
5555
[_statusItem setImage:[[NSImage alloc] initByReferencingFile:[[NSBundle mainBundle] pathForResource:@"glogo" ofType:@"png"]]];
5656
[_statusItem setHighlightMode:YES];

0 commit comments

Comments
 (0)