Fix Widget::width implementation for PickList

This commit is contained in:
Héctor Ramón Jiménez 2021-01-15 14:26:23 +01:00
parent 049999b982
commit 0646280d67

View File

@ -132,7 +132,7 @@ where
Renderer: self::Renderer + scrollable::Renderer + 'a,
{
fn width(&self) -> Length {
Length::Shrink
self.width
}
fn height(&self) -> Length {