Commit 47fb9fb
Don't use widgets for padding in Flex (#1584)
* move spacers away from being widget backed
* small cleanup
* other implementation
* fix??
* small performance improvements
* undo changes in example
* undo changes in example
* undo changes in example
* fmt
* add changelog
* mode to struct fields and add `.widget{_mut}` method on flex children
* fmt
* _even better_ nice looking stuff
* Update druid/src/widget/flex.rs
Co-authored-by: Colin Rofls <colin@cmyr.net>
* Update druid/src/widget/flex.rs
Co-authored-by: Colin Rofls <colin@cmyr.net>
* Update druid/src/widget/flex.rs
Co-authored-by: Colin Rofls <colin@cmyr.net>
* Apply suggestions from code review
Co-authored-by: Colin Rofls <colin@cmyr.net>1 parent e870ada commit 47fb9fb
2 files changed
+162
-122
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments