Fix name typo

This commit is contained in:
Joscha 2025-02-27 01:28:16 +01:00
parent 87b031101f
commit 0ea4cf1d22

View file

@ -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
} }