Merge pull request #48 from cesarafonseca/fix/macos-traffic-light-title-spacing

fix: increase macOS traffic light content gap for better title spacing
This commit is contained in:
matt 2026-02-22 01:05:00 +09:00 committed by GitHub
commit 5f41cc95e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ const MACOS_TRAFFIC_LIGHT_GROUP_HEIGHT = 16;
const MACOS_TRAFFIC_LIGHT_GROUP_WIDTH = 52;
/** Visual gap between traffic lights and first left-aligned content */
const MACOS_TRAFFIC_LIGHT_CONTENT_GAP = 8;
const MACOS_TRAFFIC_LIGHT_CONTENT_GAP = 16;
const MIN_ZOOM_FACTOR = 0.25;