diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-08-06 19:42:16 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-08-06 19:42:16 +0000 |
| commit | da0bd5088116f8c984880cc6a15c83532f558753 (patch) | |
| tree | e1c1aa6016b304a0ef2bdd36a980f25ce4d7a75d /macosx/Source/PcsxrMemoryObject.m | |
| parent | 2863112f258b1c3618d0b454cff96d81a4dc618d (diff) | |
| download | pcsxr-da0bd5088116f8c984880cc6a15c83532f558753.tar.gz | |
OS X: QuickLook: some minor tweaking.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@91193 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Source/PcsxrMemoryObject.m')
| -rw-r--r-- | macosx/Source/PcsxrMemoryObject.m | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |
