mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
docs(examples): show line gauge in demo example (#1309)
This commit is contained in:
parent
097ee86e39
commit
730dfd4940
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ fn draw_gauges(f: &mut Frame, app: &mut App, area: Rect) {
|
|||
let chunks = Layout::vertical([
|
||||
Constraint::Length(2),
|
||||
Constraint::Length(3),
|
||||
Constraint::Length(1),
|
||||
Constraint::Length(2),
|
||||
])
|
||||
.margin(1)
|
||||
.split(area);
|
||||
|
|
Loading…
Reference in a new issue