Fix Widget::layout for Checkbox
This commit is contained in:
parent
5fd239c488
commit
51c22f2426
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ where
|
||||||
)
|
)
|
||||||
.push(
|
.push(
|
||||||
Text::new(&self.label)
|
Text::new(&self.label)
|
||||||
|
.font(self.font)
|
||||||
.width(self.width)
|
.width(self.width)
|
||||||
.size(self.text_size.unwrap_or(renderer.default_size())),
|
.size(self.text_size.unwrap_or(renderer.default_size())),
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue