Open symbol outline when clicking on editor breadcrumbs
This commit is contained in:
@@ -30,7 +30,6 @@ pub struct Theme {
|
||||
pub editor: Editor,
|
||||
pub search: Search,
|
||||
pub project_diagnostics: ProjectDiagnostics,
|
||||
pub breadcrumbs: ContainedText,
|
||||
pub shared_screen: ContainerStyle,
|
||||
pub contact_notification: ContactNotification,
|
||||
pub update_notification: UpdateNotification,
|
||||
@@ -62,6 +61,8 @@ pub struct Workspace {
|
||||
pub sidebar: Sidebar,
|
||||
pub status_bar: StatusBar,
|
||||
pub toolbar: Toolbar,
|
||||
pub breadcrumb_height: f32,
|
||||
pub breadcrumbs: Interactive<ContainedText>,
|
||||
pub disconnected_overlay: ContainedText,
|
||||
pub modal: ContainerStyle,
|
||||
pub notification: ContainerStyle,
|
||||
|
||||
Reference in New Issue
Block a user