From ede3eb64ae7518ce04e96a4f00d0fa529d805408 Mon Sep 17 00:00:00 2001 From: Didier Korthoudt Date: Thu, 7 Apr 2022 11:43:46 +0200 Subject: [PATCH] Update CPTabView.j Just a typo --- AppKit/CPTabView.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPTabView.j b/AppKit/CPTabView.j index 9163d83b4..ce6ff664b 100644 --- a/AppKit/CPTabView.j +++ b/AppKit/CPTabView.j @@ -117,7 +117,7 @@ var CPTabViewDidSelectTabViewItemSelector = 1 << 1, var height = [_tabs valueForThemeAttribute:@"min-size"].height; [_tabs setFrameSize:CGSizeMake(0, height)]; - _box = [[_CPTabViewBox alloc] initWithFrame:[self bounds]]; + _box = [[_CPTabViewBox alloc] initWithFrame:[self bounds]]; [_box setTabView:self]; [_box setContentInset:[self currentValueForThemeAttribute:@"box-content-inset"]]; [_box setContentViewMargins:CGSizeMakeZero()];