Added new hotness for the status bar.
parent
56c8b9202f
commit
2b1c305841
|
@ -206,7 +206,8 @@ increase/decrease as long as the user holds the left/right, plus/minus button */
|
||||||
- (void)awakeFromNib
|
- (void)awakeFromNib
|
||||||
{
|
{
|
||||||
[mainWindow setExcludedFromWindowsMenu:YES];
|
[mainWindow setExcludedFromWindowsMenu:YES];
|
||||||
|
[mainWindow setContentBorderThickness:22.0 forEdge:NSMinYEdge];
|
||||||
|
|
||||||
[[totalTimeField cell] setBackgroundStyle:NSBackgroundStyleRaised];
|
[[totalTimeField cell] setBackgroundStyle:NSBackgroundStyleRaised];
|
||||||
|
|
||||||
[[playbackButtons cell] setToolTip:NSLocalizedString(@"PlayButtonTooltip", @"") forSegment: 1];
|
[[playbackButtons cell] setToolTip:NSLocalizedString(@"PlayButtonTooltip", @"") forSegment: 1];
|
||||||
|
|
Binary file not shown.
|
@ -62,6 +62,10 @@ const NSTimeInterval HOLD_RECOGNITION_TIME_INTERVAL=0.4;
|
||||||
|
|
||||||
#pragma public interface
|
#pragma public interface
|
||||||
|
|
||||||
|
#ifndef NSAppKitVersionNumber10_4
|
||||||
|
#define NSAppKitVersionNumber10_4 824
|
||||||
|
#endif
|
||||||
|
|
||||||
- (void) setCookieMappingInDictionary: (NSMutableDictionary*) _cookieToButtonMapping {
|
- (void) setCookieMappingInDictionary: (NSMutableDictionary*) _cookieToButtonMapping {
|
||||||
if (floor(NSAppKitVersionNumber) <= NSAppKitVersionNumber10_4) {
|
if (floor(NSAppKitVersionNumber) <= NSAppKitVersionNumber10_4) {
|
||||||
// 10.4.x Tiger
|
// 10.4.x Tiger
|
||||||
|
|
Loading…
Reference in New Issue