Skip to content

Commit c8db597

Browse files
committed
Increased maxsize from 256 to 512
1 parent 0161515 commit c8db597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GenerateThumbnailForURL.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#import "CSVDocument.h"
66
#import "CSVRowObject.h"
77

8-
#define THUMB_SIZE 256.0
8+
#define THUMB_SIZE 512.0
99
#define ASPECT 0.8 // aspect ratio
1010
#define NUM_ROWS 18
1111
#define BADGE @"csv"

0 commit comments

Comments
 (0)