diff --git a/crates/zed/src/zed.rs b/crates/zed/src/zed.rs index 7ee37d27ad05b8c3c5ba523109a786ea7e6a91b9..9115af28139ad5f6289fc9a3d6c02c0577eb28c2 100644 --- a/crates/zed/src/zed.rs +++ b/crates/zed/src/zed.rs @@ -95,7 +95,7 @@ pub fn build_window_options(display_uuid: Option, cx: &mut AppContext) -> titlebar: Some(TitlebarOptions { title: None, appears_transparent: true, - traffic_light_position: Some(point(px(9.5), px(9.5))), + traffic_light_position: Some(point(px(9.0), px(9.0))), }), bounds: None, focus: false,