Draft first-class TitleBar in pane_grid
This commit is contained in:
parent
4c494c7244
commit
a11bcf5af0
10 changed files with 190 additions and 56 deletions
|
|
@ -97,7 +97,7 @@ impl Sandbox for Example {
|
|||
|
||||
let pane_grid =
|
||||
PaneGrid::new(&mut self.panes, |pane, content, focus| {
|
||||
content.view(pane, focus, total_panes)
|
||||
pane_grid::Content::new(content.view(pane, focus, total_panes))
|
||||
})
|
||||
.width(Length::Fill)
|
||||
.height(Length::Fill)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue