Merge branch 'master' into feature/text-selection
This commit is contained in:
commit
e77fa175aa
90 changed files with 3623 additions and 538 deletions
|
|
@ -93,6 +93,7 @@ impl Sandbox for Styling {
|
|||
ProgressBar::new(0.0..=100.0, self.slider_value).style(self.theme);
|
||||
|
||||
let scrollable = Scrollable::new(&mut self.scroll)
|
||||
.width(Length::Fill)
|
||||
.height(Length::Units(100))
|
||||
.style(self.theme)
|
||||
.push(Text::new("Scroll me!"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue