fix: increase macOS traffic light content gap for better title spacing

This commit is contained in:
Cesar Augusto Fonseca 2026-02-21 12:11:55 -03:00
parent ffa94f5e0f
commit b883e411f2

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;