Add active pane magnification setting which grows the active pane making it easier to see it's contents
This commit is contained in:
parent
076d353e84
commit
e2ba8d6df7
4 changed files with 273 additions and 230 deletions
|
@ -2670,6 +2670,7 @@ impl View for Workspace {
|
|||
&theme,
|
||||
&self.follower_states_by_leader,
|
||||
self.active_call(),
|
||||
self.active_pane(),
|
||||
cx,
|
||||
))
|
||||
.flex(1., true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue