Skip to content

Commit

Permalink
Upped artwork size a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Jun 4, 2012
1 parent d6d8683 commit 8563d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion campfireTunesAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ - (NSString *)pathForDataFile: (NSString *)fileName {

- (NSString *) saveArtwork:(NSImage *)artwork withFileName:(NSString *)fileName {
NSString *fullFileName = [self pathForDataFile:fileName];
NSSize size = NSMakeSize(120.0, 120.0);
NSSize size = NSMakeSize(150.0, 150.0);
[artwork saveAsJpegWithName:fullFileName andSize:size];
}

Expand Down

0 comments on commit 8563d76

Please sign in to comment.