Skip to content

Commit fa3f053

Browse files
committed
Reduce menu width from 320 to 300 points
1 parent cc61cde commit fa3f053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LlamaBarn/Menu/Layout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import AppKit
33
/// Shared UI layout constants and helpers for NSMenu custom rows.
44
enum Layout {
55
/// Standard menu width for all items.
6-
static let menuWidth: CGFloat = 320
6+
static let menuWidth: CGFloat = 300
77
/// Distance from menu edge to background view (used in all menu items and headers).
88
static let outerHorizontalPadding: CGFloat = 5
99
/// Distance from background edge to content (used in all menu items and headers).

0 commit comments

Comments
 (0)