From 3caff69e7f8afee5ec926088b8ca29905f75571d Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Tue, 22 Jul 2014 18:35:23 +0000 Subject: OS X: minor QuickLook changes. Changed the table width to 380. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91035 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Pcsxr-QL/GeneratePreviewForURL.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'macosx/Pcsxr-QL/GeneratePreviewForURL.m') diff --git a/macosx/Pcsxr-QL/GeneratePreviewForURL.m b/macosx/Pcsxr-QL/GeneratePreviewForURL.m index 89ad191e..c13a3e04 100644 --- a/macosx/Pcsxr-QL/GeneratePreviewForURL.m +++ b/macosx/Pcsxr-QL/GeneratePreviewForURL.m @@ -119,8 +119,7 @@ static OSStatus GeneratePreviewForMemCard(void *thisInterface, QLPreviewRequestR NSDictionary *previewDict = @{(NSString *)kQLPreviewPropertyAttachmentsKey: htmlDict, (NSString *)kQLPreviewPropertyDisplayNameKey: [url lastPathComponent], - (NSString *)kQLPreviewPropertyWidthKey: @400, - (NSString *)kQLPreviewPropertyHeightKey: @400}; + (NSString *)kQLPreviewPropertyWidthKey: @400}; QLPreviewRequestSetDataRepresentation(preview, (__bridge CFDataRef)(data), kUTTypeHTML, (__bridge CFDictionaryRef)(previewDict)); -- cgit v1.2.3