Don't wrap picklist label text

This commit is contained in:
Cory Forsstrom 2022-04-25 08:52:10 -07:00
parent bba4cf323b
commit 83171f05d0

View file

@ -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,