diff options
author | 2023-01-08 20:09:47 +0100 | |
---|---|---|
committer | 2023-01-08 20:09:47 +0100 | |
commit | 0c2bcecd445820aa6bc92fb5cd507b419085d81e (patch) | |
tree | 937afcf22cb9a348b04cc78068cfa0a1d07a3874 /examples/scrollable | |
parent | 624a4ada7981eb05c0b50cafa7e9545ad8347cb5 (diff) | |
download | iced-0c2bcecd445820aa6bc92fb5cd507b419085d81e.tar.gz iced-0c2bcecd445820aa6bc92fb5cd507b419085d81e.tar.bz2 iced-0c2bcecd445820aa6bc92fb5cd507b419085d81e.zip |
Add some missing `spacing` to `scrollable` example
Diffstat (limited to 'examples/scrollable')
-rw-r--r-- | examples/scrollable/src/main.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/scrollable/src/main.rs b/examples/scrollable/src/main.rs index 702ade35..128d98b2 100644 --- a/examples/scrollable/src/main.rs +++ b/examples/scrollable/src/main.rs @@ -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 = |