diff --git a/src-tauri/src/commands/windows.rs b/src-tauri/src/commands/windows.rs index 5da043e..bc2041d 100644 --- a/src-tauri/src/commands/windows.rs +++ b/src-tauri/src/commands/windows.rs @@ -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);