Store whether a panel is zoomed in the panel itself
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
This commit is contained in:
parent
f097444546
commit
05fb051924
4 changed files with 24 additions and 11 deletions
|
@ -1395,6 +1395,10 @@ impl workspace::dock::Panel for ProjectPanel {
|
|||
false
|
||||
}
|
||||
|
||||
fn is_zoomed(&self, _: &WindowContext) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
fn set_zoomed(&mut self, _: bool, _: &mut ViewContext<Self>) {}
|
||||
|
||||
fn icon_path(&self) -> &'static str {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue