Move the collab panel to the left by default
Increase the indent size on channels Switch font UI mono
This commit is contained in:
parent
d1aa82bb48
commit
8ef671d7a1
6 changed files with 78 additions and 22 deletions
|
@ -2354,7 +2354,7 @@ impl View for CollabPanel {
|
|||
.into_any()
|
||||
})
|
||||
.on_click(MouseButton::Left, |_, _, cx| cx.focus_self())
|
||||
.into_any_named("channels panel")
|
||||
.into_any_named("collab panel")
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -2404,7 +2404,10 @@ impl Panel for CollabPanel {
|
|||
}
|
||||
|
||||
fn icon_tooltip(&self) -> (String, Option<Box<dyn gpui::Action>>) {
|
||||
("Channels Panel".to_string(), Some(Box::new(ToggleFocus)))
|
||||
(
|
||||
"Collaboration Panel".to_string(),
|
||||
Some(Box::new(ToggleFocus)),
|
||||
)
|
||||
}
|
||||
|
||||
fn should_change_position_on_event(event: &Self::Event) -> bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue