Fix Widget::width implementation for PickList
This commit is contained in:
parent
049999b982
commit
0646280d67
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue