gpui-component/crates
Jason Lee 7fe91e4e12
dock: Add panel_style to support always show TabBar. (#444)
Close #441 

```rs
DockArea::new(MAIN_DOCK_AREA.id, Some(MAIN_DOCK_AREA.version), cx).panel_style(PanelStyle::TabBar)
```

<img width="1433" alt="image"
src="https://github.com/user-attachments/assets/2013188e-990b-4709-ac7e-43c2de8bc895">
2024-11-27 21:34:27 +08:00
..
app dock: Add add_panel method to add panel to DockArea. (#440) 2024-11-27 11:27:04 +08:00
story dock: Add add_panel method to add panel to DockArea. (#440) 2024-11-27 11:27:04 +08:00
ui dock: Add panel_style to support always show TabBar. (#444) 2024-11-27 21:34:27 +08:00