Fix Widget::width
implementation for PickList
This commit is contained in:
parent
049999b982
commit
0646280d67
@ -132,7 +132,7 @@ where
|
|||||||
Renderer: self::Renderer + scrollable::Renderer + 'a,
|
Renderer: self::Renderer + scrollable::Renderer + 'a,
|
||||||
{
|
{
|
||||||
fn width(&self) -> Length {
|
fn width(&self) -> Length {
|
||||||
Length::Shrink
|
self.width
|
||||||
}
|
}
|
||||||
|
|
||||||
fn height(&self) -> Length {
|
fn height(&self) -> Length {
|
||||||
|
Loading…
Reference in New Issue
Block a user