Don't wrap picklist label text
This commit is contained in:
parent
bba4cf323b
commit
83171f05d0
1 changed files with 1 additions and 0 deletions
|
|
@ -412,6 +412,7 @@ pub fn draw<T, Renderer>(
|
||||||
bounds: Rectangle {
|
bounds: Rectangle {
|
||||||
x: bounds.x + f32::from(padding.left),
|
x: bounds.x + f32::from(padding.left),
|
||||||
y: bounds.center_y(),
|
y: bounds.center_y(),
|
||||||
|
width: f32::INFINITY,
|
||||||
..bounds
|
..bounds
|
||||||
},
|
},
|
||||||
horizontal_alignment: alignment::Horizontal::Left,
|
horizontal_alignment: alignment::Horizontal::Left,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue