Fix name typo
This commit is contained in:
parent
87b031101f
commit
0ea4cf1d22
1 changed files with 2 additions and 2 deletions
|
|
@ -158,8 +158,8 @@ macro_rules! layout_setter_rect {
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn [<with_ $name _bottom>](mut self, left: $type) -> Self {
|
pub fn [<with_ $name _bottom>](mut self, bottom: $type) -> Self {
|
||||||
self.layout.$name.bottom = left;
|
self.layout.$name.bottom = bottom;
|
||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue