Introduce Widget::size_hint and fix further layout inconsistencies
This commit is contained in:
parent
0322e820eb
commit
22226394f7
17 changed files with 210 additions and 123 deletions
|
|
@ -106,7 +106,7 @@ impl Example {
|
|||
column![text("Original text")].padding(10),
|
||||
|quotes, i| {
|
||||
column![
|
||||
row![vertical_rule(2), quotes],
|
||||
row![vertical_rule(2), quotes].height(Length::Shrink),
|
||||
text(format!("Reply {i}"))
|
||||
]
|
||||
.spacing(10)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue