diff options
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]; |
