diff options
-rw-r--r-- | native/src/widget/pick_list.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/src/widget/pick_list.rs b/native/src/widget/pick_list.rs index e050ada5..998b9b3c 100644 --- a/native/src/widget/pick_list.rs +++ b/native/src/widget/pick_list.rs @@ -412,6 +412,7 @@ pub fn draw<T, Renderer>( bounds: Rectangle { x: bounds.x + f32::from(padding.left), y: bounds.center_y(), + width: f32::INFINITY, ..bounds }, horizontal_alignment: alignment::Horizontal::Left, |