From 83171f05d0111808ebafda309222e45062d3a0b0 Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Mon, 25 Apr 2022 08:52:10 -0700 Subject: Don't wrap picklist label text --- native/src/widget/pick_list.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'native') 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( bounds: Rectangle { x: bounds.x + f32::from(padding.left), y: bounds.center_y(), + width: f32::INFINITY, ..bounds }, horizontal_alignment: alignment::Horizontal::Left, -- cgit