Addressed changes requested in PR 201

This commit is contained in:
Kyle J Cardoza 2023-09-22 15:20:23 -04:00
parent 07f1b8759a
commit 096327e87b
5 changed files with 7 additions and 9 deletions

View file

@ -182,8 +182,8 @@
return aRect;
}
- (float) proposedTitleWidth: (float)proposedWidth
forMenuView: (NSMenuView *)aMenuView
- (CGFloat) proposedTitleWidth: (CGFloat)proposedWidth
forMenuView: (NSMenuView *)aMenuView
{
return proposedWidth;
}