fix(macos): adjust traffic-light Y baseline from 18 to 17 for better vertical alignment

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
xintaofei
2026-04-13 09:38:37 +08:00
parent 7d4224e0c0
commit 17bae372a1

View File

@@ -13,7 +13,7 @@ use crate::models::FolderHistoryEntry;
#[cfg(target_os = "macos")]
const TRAFFIC_LIGHT_X: f64 = 12.0;
#[cfg(target_os = "macos")]
const TRAFFIC_LIGHT_Y: f64 = 18.0;
const TRAFFIC_LIGHT_Y: f64 = 17.0;
#[cfg(target_os = "macos")]
static CURRENT_ZOOM: AtomicU32 = AtomicU32::new(100);