mirror of
https://github.com/ratatui-org/ratatui
synced 2025-02-16 22:18:51 +00:00
[doc] Fix layout example in documentation
This commit is contained in:
parent
c3acac797a
commit
4b53acab14
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
|||
//! Group::default()
|
||||
//! .direction(Direction::Vertical)
|
||||
//! .margin(1)
|
||||
//! .sizes(&[Size::Fixed(10), Size::Max(20), Size::Min(10)])
|
||||
//! .sizes(&[Size::Percent(10), Size::Percent(80), Size::Percent(10)])
|
||||
//! .render(t, &size, |t, chunks| {
|
||||
//! Block::default()
|
||||
//! .title("Block")
|
||||
|
|
Loading…
Add table
Reference in a new issue