diff --git a/crates/git_ui/src/git_panel.rs b/crates/git_ui/src/git_panel.rs index d1d9e9a8c4d10e0840c40aa3ed9c96a3958ecb95..eb0f22294d011980622d7829b908f1b8e849fb9b 100644 --- a/crates/git_ui/src/git_panel.rs +++ b/crates/git_ui/src/git_panel.rs @@ -374,7 +374,7 @@ impl GitPanel { tracked_count: 0, tracked_staged_count: 0, update_visible_entries_task: Task::ready(()), - width: Some(px(360.)), + width: None, context_menu: None, workspace, modal_open: false,