Added new hotness for the status bar.

CQTexperiment
vspader 2008-01-24 01:55:24 +00:00
parent 56c8b9202f
commit 2b1c305841
3 changed files with 6 additions and 1 deletions

View File

@ -206,7 +206,8 @@ increase/decrease as long as the user holds the left/right, plus/minus button */
- (void)awakeFromNib
{
[mainWindow setExcludedFromWindowsMenu:YES];
[mainWindow setContentBorderThickness:22.0 forEdge:NSMinYEdge];
[[totalTimeField cell] setBackgroundStyle:NSBackgroundStyleRaised];
[[playbackButtons cell] setToolTip:NSLocalizedString(@"PlayButtonTooltip", @"") forSegment: 1];

Binary file not shown.

View File

@ -62,6 +62,10 @@ const NSTimeInterval HOLD_RECOGNITION_TIME_INTERVAL=0.4;
#pragma public interface
#ifndef NSAppKitVersionNumber10_4
#define NSAppKitVersionNumber10_4 824
#endif
- (void) setCookieMappingInDictionary: (NSMutableDictionary*) _cookieToButtonMapping {
if (floor(NSAppKitVersionNumber) <= NSAppKitVersionNumber10_4) {
// 10.4.x Tiger