Fix Widget::width for Checkbox
This commit is contained in:
parent
3daa9c2cc8
commit
5185d6a0f3
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ where
|
|||
Renderer: self::Renderer + text::Renderer + row::Renderer,
|
||||
{
|
||||
fn width(&self) -> Length {
|
||||
Length::Shrink
|
||||
self.width
|
||||
}
|
||||
|
||||
fn height(&self) -> Length {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue