diff --git a/AppKit/CPWindow/_CPHUDWindowView.j b/AppKit/CPWindow/_CPHUDWindowView.j index 9103eb562..22bde8bb1 100644 --- a/AppKit/CPWindow/_CPHUDWindowView.j +++ b/AppKit/CPWindow/_CPHUDWindowView.j @@ -183,7 +183,7 @@ if (_styleMask & CPClosableWindowMask) { [_closeButton setFrameOrigin:[self valueForThemeAttribute:@"close-image-origin"]]; - [_closeButton setFrameSize:[self valueForThemeAttribute:@"close-image-size"]] + [_closeButton setFrameSize:[self valueForThemeAttribute:@"close-image-size"]]; [_closeButton setImage:[self valueForThemeAttribute:@"close-image"]]; [_closeButton setAlternateImage:[self valueForThemeAttribute:@"close-active-image"]]; }