Add some missing spacing to scrollable example

This commit is contained in:
Héctor Ramón Jiménez 2023-01-08 20:09:47 +01:00
parent 624a4ada79
commit 0c2bcecd44
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -134,6 +134,7 @@ impl Application for ScrollableDemo {
text("Scroller width:"),
scroller_width_slider,
]
.spacing(10)
.width(Length::Fill);
let scroll_orientation_controls = column(vec![
@ -160,6 +161,7 @@ impl Application for ScrollableDemo {
)
.into(),
])
.spacing(10)
.width(Length::Fill);
let scroll_controls =