[button setBezelStyle:1001];
[button setFont:[NSFont fontWithName:@"Lucida Grande Bold" size:14]];
[button setTitle:@"Launch Manually"];
[button setBezelStyle:1001];
[button setFont:[NSFont fontWithName:@"Lucida Grande Bold" size:14]];
[button setTitle:@"Launch Manually"];
[button sizeToFit];
[button setFrameSize:NSMakeSize([button frame].size.width + 8, 24)];
[testTextField setCastsShadow:YES];
[button sizeToFit];
[button setFrameSize:NSMakeSize([button frame].size.width + 8, 24)];
[testTextField setCastsShadow:YES];
// Set the content height to the greater of the text and image heights.
contentHeight = ( ( imageHeight > textHeight ) ? imageHeight : textHeight );
// Set the content height to the greater of the text and image heights.
contentHeight = ( ( imageHeight > textHeight ) ? imageHeight : textHeight );
[textField setTextColor:[NSColor whiteColor]];
[textField setCastsShadow:YES];
[textField setStringValue:text];
[textField setTextColor:[NSColor whiteColor]];
[textField setCastsShadow:YES];
[textField setStringValue:text];