summaryrefslogtreecommitdiff
path: root/frontends/cocoa/PSMTabBarControl/PSMProgressIndicator.m
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/cocoa/PSMTabBarControl/PSMProgressIndicator.m')
-rw-r--r--frontends/cocoa/PSMTabBarControl/PSMProgressIndicator.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/cocoa/PSMTabBarControl/PSMProgressIndicator.m b/frontends/cocoa/PSMTabBarControl/PSMProgressIndicator.m
index 983609bbc..afc727d7a 100644
--- a/frontends/cocoa/PSMTabBarControl/PSMProgressIndicator.m
+++ b/frontends/cocoa/PSMTabBarControl/PSMProgressIndicator.m
@@ -17,10 +17,10 @@
@implementation PSMProgressIndicator
-- (id) initWithFrame: (NSRect)frameRect;
+- (id) initWithFrame: (NSRect)frameRect
{
if ((self = [super initWithFrame: frameRect]) == nil) return nil;
- [self setControlSize: NSSmallControlSize];
+ [self setControlSize: NSControlSizeSmall];
return self;
}