Skip to content

Commit

Permalink
Merge branch 'master' into dtzxporter-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj authored Sep 3, 2023
2 parents 28252e6 + 404f497 commit 63c5f62
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/verify.yml

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated `wgpu` to `0.17`. [#2065](https://github.com/iced-rs/iced/pull/2065)
- Changed `Button::style` to take an `impl Into<...>` for consistency. [#2046](https://github.com/iced-rs/iced/pull/2046)

### Fixed
- Missing `width` attribute in `styling` example. [#2062](https://github.com/iced-rs/iced/pull/2062)

Many thanks to...

- @akshayr-mecha
- @dtzxporter

## [0.10.0] - 2023-07-28
Expand Down
1 change: 1 addition & 0 deletions examples/styling/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ impl Sandbox for Styling {
column!["Scroll me!", vertical_space(800), "You did it!"]
.width(Length::Fill),
)
.width(Length::Fill)
.height(100);

let checkbox = checkbox(
Expand Down

0 comments on commit 63c5f62

Please sign in to comment.