From da0bd5088116f8c984880cc6a15c83532f558753 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Wed, 6 Aug 2014 19:42:16 +0000 Subject: OS X: QuickLook: some minor tweaking. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91193 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Source/PcsxrMemoryObject.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/Source/PcsxrMemoryObject.m') diff --git a/macosx/Source/PcsxrMemoryObject.m b/macosx/Source/PcsxrMemoryObject.m index 53a37b36..64ac1e10 100644 --- a/macosx/Source/PcsxrMemoryObject.m +++ b/macosx/Source/PcsxrMemoryObject.m @@ -112,7 +112,7 @@ static NSString *MemLabelEndLink; { static NSImage *imageBlank = nil; if (imageBlank == nil) { - NSRect imageRect = NSMakeRect(0, 0, 32, 32); + NSRect imageRect = NSMakeRect(0, 0, 16, 16); imageBlank = [[NSImage alloc] initWithSize:imageRect.size]; [imageBlank lockFocus]; [[NSColor blackColor] set]; -- cgit v1.2.3