mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-02 07:04:33 +00:00
Fix default tab bar placement
This commit is contained in:
parent
ed2651d62a
commit
b81e8971df
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ pub trait Item: FocusableView + EventEmitter<Self::Event> {
|
|||
}
|
||||
|
||||
fn tab_bar_placement(&self) -> TabBarPlacement {
|
||||
TabBarPlacement::Bottom
|
||||
TabBarPlacement::Top
|
||||
}
|
||||
|
||||
fn breadcrumb_location(&self) -> ToolbarItemLocation {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue