We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc61cde commit fa3f053Copy full SHA for fa3f053
LlamaBarn/Menu/Layout.swift
@@ -3,7 +3,7 @@ import AppKit
3
/// Shared UI layout constants and helpers for NSMenu custom rows.
4
enum Layout {
5
/// Standard menu width for all items.
6
- static let menuWidth: CGFloat = 320
+ static let menuWidth: CGFloat = 300
7
/// Distance from menu edge to background view (used in all menu items and headers).
8
static let outerHorizontalPadding: CGFloat = 5
9
/// Distance from background edge to content (used in all menu items and headers).
0 commit comments