Merge pull request #1814 from zed-industries/golden-ratio

Active Pane Magnification
This commit is contained in:
Kay Simmons 2022-11-18 13:14:03 -08:00 committed by GitHub
commit bb80cee19e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 273 additions and 230 deletions

View file

@ -2787,6 +2787,7 @@ impl View for Workspace {
&theme,
&self.follower_states_by_leader,
self.active_call(),
self.active_pane(),
cx,
))
.flex(1., true)