Modified the keycombo class to return nil if there is no key in user
[MenuTunes.git] / StatusWindowController.m
index d7bd2ff..b57fa1e 100755 (executable)
@@ -30,7 +30,7 @@
     }
     
     [statusField setStringValue:string];
-    [statusWindow setFrame:NSMakeRect(0, 0, size + 45, 40 + ([lines count] * 17)) display:NO];
+    [statusWindow setFrame:NSMakeRect(0, 0, size + 45, 40 + ([lines count] * 15)) display:YES];
     [statusWindow center];
     [statusWindow makeKeyAndOrderFront:nil];
 }
@@ -53,7 +53,7 @@
     }
     
     [statusField setStringValue:string];
-    [statusWindow setFrame:NSMakeRect(0, 0, size + 45, 40 + ([lines count] * 17)) display:NO];
+    [statusWindow setFrame:NSMakeRect(0, 0, size + 45, 40 + ([lines count] * 16)) display:NO];
     [statusWindow center];
     [statusWindow makeKeyAndOrderFront:nil];
 }
@@ -67,7 +67,7 @@
 {
     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];