Skip to content

Commit

Permalink
Leave enough space for spinner between window title and popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Zorn committed Sep 10, 2012
1 parent c82c18b commit ff5f86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/OMMiniXcode.m
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ - (void)splitViewDidResizeSubviews:(NSNotification *)notification
}
NSView *titleView = [self windowTitleViewForWindow:window];
if (titleView) {
leftMostWidth = MIN(leftMostWidth, titleView.frame.origin.x - 10);
leftMostWidth = MIN(leftMostWidth, titleView.frame.origin.x - 20);
}
schemeView.frame = NSMakeRect(schemeView.frame.origin.x, schemeView.frame.origin.y, leftMostWidth - 80 + 20, schemeView.frame.size.height);
}
Expand Down

0 comments on commit ff5f86b

Please sign in to comment.