aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cocoa/PlatCocoa.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm
index f30bc93e4..5eb5bf018 100644
--- a/cocoa/PlatCocoa.mm
+++ b/cocoa/PlatCocoa.mm
@@ -1785,7 +1785,7 @@ PRectangle ListBoxImpl::GetDesiredRect() {
if (@available(macOS 11, *)) {
// macOS 11 requires some extra space possibly due to the rounded highlight.
// There may be a better way to discover how much space is required
- // but an 22 pixels fixes it for almost all tested cases.
+ // but an extra 22 pixels fixes it for almost all tested cases.
rcDesired.right += 22;
}