docs(examples): show line gauge in demo example (#1309)

This commit is contained in:
montmorillonite 2024-08-08 11:25:43 +08:00 committed by GitHub
parent 097ee86e39
commit 730dfd4940
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);