Add some missing spacing to scrollable example
This commit is contained in:
parent
624a4ada79
commit
0c2bcecd44
1 changed files with 2 additions and 0 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue