Fix details in documentation
This commit is contained in:
parent
ec66e3fc1b
commit
36d18d979f
9 changed files with 40 additions and 32 deletions
|
|
@ -43,7 +43,7 @@ impl<'a, Message, Renderer> Column<'a, Message, Renderer> {
|
|||
|
||||
/// Sets the vertical spacing _between_ elements in pixels.
|
||||
///
|
||||
/// Custom margins per element do not exist in Coffee. You should use this
|
||||
/// Custom margins per element do not exist in Iced. You should use this
|
||||
/// method instead! While less flexible, it helps you keep spacing between
|
||||
/// elements consistent.
|
||||
pub fn spacing(mut self, px: u16) -> Self {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue