git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Modified the keycombo class to return nil if there is no key in user
[MenuTunes.git]
/
StatusWindowController.m
diff --git
a/StatusWindowController.m
b/StatusWindowController.m
index
d7bd2ff
..
b57fa1e
100755
(executable)
--- a/
StatusWindowController.m
+++ b/
StatusWindowController.m
@@
-30,7
+30,7
@@
}
[statusField setStringValue:string];
}
[statusField setStringValue:string];
- [statusWindow setFrame:NSMakeRect(0, 0, size + 45, 40 + ([lines count] * 1
7)) display:NO
];
+ [statusWindow setFrame:NSMakeRect(0, 0, size + 45, 40 + ([lines count] * 1
5)) display:YES
];
[statusWindow center];
[statusWindow makeKeyAndOrderFront:nil];
}
[statusWindow center];
[statusWindow makeKeyAndOrderFront:nil];
}
@@
-53,7
+53,7
@@
}
[statusField setStringValue:string];
}
[statusField setStringValue:string];
- [statusWindow setFrame:NSMakeRect(0, 0, size + 45, 40 + ([lines count] * 1
7
)) display:NO];
+ [statusWindow setFrame:NSMakeRect(0, 0, size + 45, 40 + ([lines count] * 1
6
)) display:NO];
[statusWindow center];
[statusWindow makeKeyAndOrderFront:nil];
}
[statusWindow center];
[statusWindow makeKeyAndOrderFront:nil];
}
@@
-67,7
+67,7
@@
{
NSAutoreleasePool *p00l = [[NSAutoreleasePool alloc] init];
float i;
{
NSAutoreleasePool *p00l = [[NSAutoreleasePool alloc] init];
float i;
- for (i =
1.0; i > 0; i -= .003
) {
+ for (i =
0.6; i > 0; i -= .004
) {
[statusWindow setAlphaValue:i];
}
[statusWindow close];
[statusWindow setAlphaValue:i];
}
[statusWindow close];