fix(list_column): match padding/spacing to designs
This commit is contained in:
parent
a6c08d68f9
commit
de0c1921f7
11 changed files with 65 additions and 75 deletions
|
|
@ -10,7 +10,7 @@ use iced_core::{
|
|||
Widget,
|
||||
};
|
||||
|
||||
/// Responsively generates rows and columns of widgets based on its dimmensions.
|
||||
/// Responsively generates rows and columns of widgets based on its dimensions.
|
||||
#[derive(Setters)]
|
||||
#[must_use]
|
||||
pub struct FlexRow<'a, Message> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue