Formatting: Removed extra semi-colon in _CPStandardWindowView.j

This commit is contained in:
daniel
2019-03-28 13:32:56 -07:00
parent 85b2a9b0a0
commit 49ef1276f6
+1 -1
View File
@@ -156,7 +156,7 @@ var _CPStandardWindowViewDividerViewHeight = 1.0;
_headView = [[_CPTexturedWindowHeadView alloc] initWithFrame:CGRectMake(0.0, 0.0, CGRectGetWidth(bounds), [self valueForThemeAttribute:@"title-bar-height"]) windowView:self];
[_headView setAutoresizingMask:CPViewWidthSizable];;
[_headView setAutoresizingMask:CPViewWidthSizable];
[_headView setHitTests:NO];
[self addSubview:_headView positioned:CPWindowBelow relativeTo:_titleField];